[Commits] prefs_folder_item.c 1.52.2.89 1.52.2.90
colin at claws-mail.org
colin at claws-mail.org
Wed Oct 31 16:27:16 CET 2012
Update of /home/claws-mail/claws/src
In directory srv:/tmp/cvs-serv18662/src
Modified Files:
Tag: gtk2
prefs_folder_item.c
Log Message:
2012-10-31 [colin] 3.8.1cvs110
* src/prefs_folder_item.c
Fix prefs text and extra semi-colon. Thanks to Paul!
Index: prefs_folder_item.c
===================================================================
RCS file: /home/claws-mail/claws/src/prefs_folder_item.c,v
retrieving revision 1.52.2.89
retrieving revision 1.52.2.90
diff -u -d -r1.52.2.89 -r1.52.2.90
--- prefs_folder_item.c 31 Oct 2012 10:25:17 -0000 1.52.2.89
+++ prefs_folder_item.c 31 Oct 2012 15:27:14 -0000 1.52.2.90
@@ -501,7 +501,7 @@
gtk_table_attach (GTK_TABLE(table), hbox, 0, 2,
rowcount, rowcount+1, GTK_FILL, GTK_FILL, 0, 0);
- label = gtk_label_new(_("Select the HTML part of multipart messages:"));
+ label = gtk_label_new(_("Select the HTML part of multipart messages"));
gtk_widget_show (label);
gtk_box_pack_start (GTK_BOX(hbox), label, FALSE, FALSE, 0);
@@ -519,8 +519,8 @@
item->prefs->promote_html_part);
CLAWS_SET_TIP(hbox, _(
- "\"Default\" will follow global preference (found in Preferences -> "
- "Message View -> Text Options"));
+ "\"Default\" will follow global preference (found in /Preferences/"
+ "Message View/Text Options"));
promote_html_part_rec_checkbtn = gtk_check_button_new();
gtk_widget_show (promote_html_part_rec_checkbtn);
More information about the Commits
mailing list