talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 69758c3e8786b38bcaf0243f586c3f7ecdbbbf77
parent 14f1e8bb6a968698e6ef6b93a3f723d39492bcff
Author: paul <paul@claws-mail.org>
Date:   Mon, 28 Mar 2022 12:15:19 +0100

fix paste error in string. Thanks to David Medina for noticing and reporting it

Diffstat:
Msrc/prefs_actions.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;