commit fd3b5463fa3f596eb52cb368d18653cfc59f9dae
parent 465c34ef0908e8c9fc212b384107918b2971a529
Author: Paul <paul@claws-mail.org>
Date: Mon, 1 Aug 2016 21:39:15 +0100
fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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);