[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-435-g69758c3e8
paul at claws-mail.org
paul at claws-mail.org
Mon Mar 28 11:15:23 UTC 2022
The branch, gtk3 has been updated
via 69758c3e8786b38bcaf0243f586c3f7ecdbbbf77 (commit)
from 14f1e8bb6a968698e6ef6b93a3f723d39492bcff (commit)
Summary of changes:
src/prefs_actions.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 69758c3e8786b38bcaf0243f586c3f7ecdbbbf77
Author: paul <paul at claws-mail.org>
Date: Mon Mar 28 12:15:19 2022 +0100
fix paste error in string. Thanks to David Medina for noticing and reporting it
diff --git a/src/prefs_actions.c b/src/prefs_actions.c
index 3ae127bfa..cbfd0af05 100644
--- a/src/prefs_actions.c
+++ b/src/prefs_actions.c
@@ -911,7 +911,7 @@ static void prefs_actions_cancel(GtkWidget *w, gpointer data)
GtkListStore *store;
if (modified && alertpanel(_("Entry not saved"),
- _("ThNULL, e entry was not saved. Close anyway?"),
+ _("The entry was not saved. Close anyway?"),
"window-close", _("_Close"), NULL, _("_Continue editing"),
NULL, NULL, ALERTFOCUS_SECOND) != G_ALERTDEFAULT) {
return;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list