[Commits] [SCM] claws branch, master, updated. 3.13.2-220-gfd3b546
claws at claws-mail.org
claws at claws-mail.org
Mon Aug 1 22:39:21 CEST 2016
The branch, master has been updated
via fd3b5463fa3f596eb52cb368d18653cfc59f9dae (commit)
from 465c34ef0908e8c9fc212b384107918b2971a529 (commit)
Summary of changes:
src/password_gtk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit fd3b5463fa3f596eb52cb368d18653cfc59f9dae
Author: Paul <paul at claws-mail.org>
Date: Mon Aug 1 21:39:15 2016 +0100
fix typo
diff --git a/src/password_gtk.c b/src/password_gtk.c
index 96c4620..2764fbe 100644
--- 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");
- alertpanel_warning(_("New passwphrases 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);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list