talons

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

commit 8c052356c45e1826546d80f3b9ba74c1c692848c
parent e5ea6cbb7c9819a753b9f889e03a222d51717a22
Author: wwp <subscript@free.fr>
Date:   Mon, 24 Mar 2025 13:26:36 +0100

Review of UI strings: add missing surrounding quotes to UI paths descriptors.

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

diff --git a/src/prefs_folder_item.c b/src/prefs_folder_item.c @@ -535,7 +535,7 @@ 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/" + 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();