talons

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

commit a0f4466a9c2c879f740f824abe95214dfb91a2b4
parent 85f10a0e2c357bb2d67cd41891aa06a7af818b49
Author: Paul <paul@claws-mail.org>
Date:   Fri, 16 Nov 2018 09:49:51 +0000

match the wording of the /View menu

Diffstat:
Msrc/prefs_summaries.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/prefs_summaries.c b/src/prefs_summaries.c @@ -633,10 +633,10 @@ static void prefs_summaries_create_widget(PrefsPage *_page, GtkWindow *window, PACK_CHECK_BUTTON (vbox2, checkbtn_folder_default_thread, - _("Enable threads")); + _("Thread view")); PACK_CHECK_BUTTON (vbox2, checkbtn_folder_default_thread_collapsed, - _("Collapse threads")); + _("Collapse all threads")); PACK_CHECK_BUTTON (vbox2, checkbtn_folder_default_hide_read_threads, _("Hide read threads"));