projects
/
claws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
465c34e
)
fix typo
author
Paul
<paul@claws-mail.org>
Mon, 1 Aug 2016 20:39:15 +0000
(21:39 +0100)
committer
Paul
<paul@claws-mail.org>
Mon, 1 Aug 2016 20:39:15 +0000
(21:39 +0100)
src/password_gtk.c
patch
|
blob
|
history
diff --git
a/src/password_gtk.c
b/src/password_gtk.c
index 96c462050d850f47a78f189c3d562f8dd4db2769..2764fbe4468b2a9a2dc749364e984a24f88836e2 100644
(file)
--- a/
src/password_gtk.c
+++ b/
src/password_gtk.c
@@
-64,7
+64,7
@@
static void ok_button_clicked(GtkButton *button, gpointer user_data)
/* Now we check the new passphrase - same in both entries. */
if (strcmp(new1, new2)) {
debug_print("passphrases do not match\n");
/* Now we check the new passphrase - same in both entries. */
if (strcmp(new1, new2)) {
debug_print("passphrases do not match\n");
- alertpanel_warning(_("New pass
w
phrases do not match, try again."));
+ alertpanel_warning(_("New passphrases do not match, try again."));
gtk_entry_set_text(GTK_ENTRY(ctx->entry_new1), "");
gtk_entry_set_text(GTK_ENTRY(ctx->entry_new2), "");
gtk_widget_grab_focus(ctx->entry_new1);
gtk_entry_set_text(GTK_ENTRY(ctx->entry_new1), "");
gtk_entry_set_text(GTK_ENTRY(ctx->entry_new2), "");
gtk_widget_grab_focus(ctx->entry_new1);