talons

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

commit 7a9c246c2c442c06162574151a1de6957253d36f
parent f58568640b4fa6b4a12f9b369f218984c92cb29a
Author: wwp <subscript@free.fr>
Date:   Mon, 24 Mar 2025 16:28:19 +0100

Review of UI strings: fix misplaced quote.

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

diff --git a/src/prefs_folder_item.c b/src/prefs_folder_item.c @@ -535,8 +535,8 @@ static void prefs_folder_item_general_create_widget_func(PrefsPage * page_, combobox_select_by_data(GTK_COMBO_BOX(promote_html_part), item->prefs->promote_html_part); - CLAWS_SET_TIP(hbox, _("\"Default\" will follow global preference (found in '/Configuration/Preferences/'" - "Message View/Text Options)")); + CLAWS_SET_TIP(hbox, + _("\"Default\" will follow global preference (found in '/Configuration/Preferences/Message View/Text Options')")); promote_html_part_rec_checkbtn = gtk_check_button_new(); gtk_grid_attach(GTK_GRID(table), promote_html_part_rec_checkbtn, 2, rowcount, 1, 1);