From: wwp Date: Sat, 5 May 2018 10:54:29 +0000 (+0200) Subject: Correct the label of the 'confirm before marking all messages in a X-Git-Tag: 3.17.0~120 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=ea9b5f54bfdc77fa726d2fb2b0767cec46f4f3c6 Correct the label of the 'confirm before marking all messages in a folder as read' option: it's about marking all as read or UNread. --- diff --git a/src/prefs_summaries.c b/src/prefs_summaries.c index 16ae791da..304fcfed9 100644 --- a/src/prefs_summaries.c +++ b/src/prefs_summaries.c @@ -597,7 +597,7 @@ static void prefs_summaries_create_widget(PrefsPage *_page, GtkWindow *window, PACK_CHECK_BUTTON (vbox1, checkbtn_ask_mark_all_read, - _("Confirm before marking all messages in a folder as read")); + _("Confirm before marking all messages in a folder as read or unread")); PACK_CHECK_BUTTON (vbox1, checkbtn_transhdr, _("Translate header names"));