[Commits] [SCM] claws branch, master, updated. 4.3.1-69-g7a9c246c2
wwp at claws-mail.org
wwp at claws-mail.org
Mon Mar 24 15:28:34 UTC 2025
The branch, master has been updated
via 7a9c246c2c442c06162574151a1de6957253d36f (commit)
from f58568640b4fa6b4a12f9b369f218984c92cb29a (commit)
Summary of changes:
src/prefs_folder_item.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 7a9c246c2c442c06162574151a1de6957253d36f
Author: wwp <subscript at free.fr>
Date: Mon Mar 24 16:28:19 2025 +0100
Review of UI strings: fix misplaced quote.
diff --git a/src/prefs_folder_item.c b/src/prefs_folder_item.c
index 72ef1129d..350ee9cf5 100644
--- 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);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list