[Commits] [SCM] claws branch, master, updated. 3.16.0-149-gea9b5f5
wwp at claws-mail.org
wwp at claws-mail.org
Sat May 5 12:55:21 CEST 2018
The branch, master has been updated
via ea9b5f54bfdc77fa726d2fb2b0767cec46f4f3c6 (commit)
from 5bbe4844657d77cccc842f2e502297942b508377 (commit)
Summary of changes:
src/prefs_summaries.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit ea9b5f54bfdc77fa726d2fb2b0767cec46f4f3c6
Author: wwp <wwp at free.fr>
Date: Sat May 5 12:54:29 2018 +0200
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 16ae791..304fcfe 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"));
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list