[Commits] [SCM] claws branch, master, updated. 3.13.2-26-g8f2dc41
miras at claws-mail.org
miras at claws-mail.org
Mon Feb 8 20:58:08 CET 2016
The branch, master has been updated
via 8f2dc419f6d5e18138c037dcf9aa924310d3316f (commit)
from 50ef86e4fc9eb7e657d6e11f39a374b07ca2d964 (commit)
Summary of changes:
src/password_gtk.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 8f2dc419f6d5e18138c037dcf9aa924310d3316f
Author: Michael Rasmussen <mir at datanom.net>
Date: Mon Feb 8 20:58:04 2016 +0100
Add help text and change text of second label
diff --git a/src/password_gtk.c b/src/password_gtk.c
index 5086f05..683acbe 100644
--- a/src/password_gtk.c
+++ b/src/password_gtk.c
@@ -147,7 +147,11 @@ void master_password_change_dialog()
if (font_desc)
gtk_widget_modify_font(msg_title, font_desc);
- label = gtk_label_new("<some useful text goes here>");
+ label = gtk_label_new(
+ _("If a master password is currently active the\n"
+ "current password is required to change password.\n"
+ "After pressing the 'Ok' button you will be prompted.")
+ );
gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5);
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
gtk_widget_show(label);
@@ -164,7 +168,7 @@ void master_password_change_dialog()
gtk_table_attach(GTK_TABLE(table), entry_new1, 1, 2, 0, 1,
GTK_FILL | GTK_EXPAND, 0, 0, 0);
- label = gtk_label_new(_("New password (again):"));
+ label = gtk_label_new(_("Confirm password:"));
gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5);
gtk_table_attach(GTK_TABLE(table), label, 0, 1, 1, 2,
GTK_EXPAND | GTK_FILL, 0, 0, 0);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list