commit 9ce2976fe9101f689667360ed5d45861dcb109ea
parent 1281cd501263f6c2fc503cc71e6330542c211021
Author: wwp <subscript@free.fr>
Date: Tue, 19 Dec 2023 18:52:40 +0100
fix paste errors introduced in 07245a4ad3a7431561c939c35b77df60cd2746de
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/summaryview.c b/src/summaryview.c
@@ -1330,7 +1330,7 @@ gboolean summary_show(SummaryView *summaryview, FolderItem *item, gboolean avoid
gboolean changed = FALSE;
val = alertpanel(_("Process mark"),
- _("Some Mark are left. Process them?"),
+ _("Some marks are left. Process them?"),
NULL, _("_No"), NULL, _("_Yes"), NULL, _("_Cancel"),
ALERTFOCUS_FIRST);
if (G_ALERTALTERNATE == val) {