From ea9b5f54bfdc77fa726d2fb2b0767cec46f4f3c6 Mon Sep 17 00:00:00 2001 From: wwp Date: Sat, 5 May 2018 12:54:29 +0200 Subject: [PATCH] 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. --- src/prefs_summaries.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); -- 2.25.1