From: wwp Date: Wed, 4 Jan 2017 10:32:19 +0000 (+0100) Subject: Make the FOO vanish. X-Git-Tag: 3.15.0~149 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=3a66d2e10167ed1dcac2352f1197b1a95017e102 Make the FOO vanish. --- diff --git a/src/summaryview.c b/src/summaryview.c index 5fa3e7fd8..9c37711f7 100644 --- 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);