diff src/gtkprefs.c @ 6039:0c4d0c93c8c5

[gaim-migrate @ 6489] Er, nothing really. Fix an incorrect pref title. Fix a crash on windows when an icon is set to 0. Reorder lots of icon uploading stuff, hopefully it will fix the icon deletion problem. It probably won't. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 06 Jul 2003 05:07:11 +0000
parents 22923270493f
children 80e3641ee9eb
line wrap: on
line diff
--- a/src/gtkprefs.c	Sun Jul 06 03:26:20 2003 +0000
+++ b/src/gtkprefs.c	Sun Jul 06 05:07:11 2003 +0000
@@ -800,7 +800,7 @@
 				  "/gaim/gtk/conversations/escape_closes", vbox);
 
 	vbox = gaim_gtk_make_frame(ret, _("Insertions"));
-	prefs_checkbox(_("Control-{B/I/U/S} inserts _HTML tags"),
+	prefs_checkbox(_("Control-{B/I/U} inserts _HTML tags"),
 				  "/gaim/gtk/conversations/html_shortcuts", vbox);
 	prefs_checkbox(_("Control-(number) _inserts smileys"),
 				  "/gaim/gtk/conversations/smiley_shortcuts", vbox);