talons

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

commit ea9b5f54bfdc77fa726d2fb2b0767cec46f4f3c6
parent 5bbe4844657d77cccc842f2e502297942b508377
Author: wwp <wwp@free.fr>
Date:   Sat,  5 May 2018 12:54:29 +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.

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

diff --git 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"));