talons

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

commit 3a66d2e10167ed1dcac2352f1197b1a95017e102
parent c7af8ad4b2915af05f2d2755b216affd1368a7b3
Author: wwp <wwp@free.fr>
Date:   Wed,  4 Jan 2017 11:32:19 +0100

Make the FOO vanish.

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

diff --git a/src/summaryview.c b/src/summaryview.c @@ -4190,7 +4190,7 @@ void summary_mark_all_unread(SummaryView *summaryview, gboolean ask_if_needed) /* ask_if_needed is FALSE when user-asking is performed by caller, commonly when the caller is a mark-as-unread-recursive func */ if (ask_if_needed && prefs_common.ask_mark_all_read) { - val = alertpanel_full(_("FOO Mark all as unread"), + val = alertpanel_full(_("Mark all as unread"), _("Do you really want to mark all mails in this folder as unread?"), GTK_STOCK_NO, GTK_STOCK_YES, NULL, TRUE, NULL, ALERT_QUESTION, G_ALERTDEFAULT);