changeset 8602:6046b0b6abd0

[gaim-migrate @ 9353] Smallinify one of those pref descriptions, and anti-s'inate another. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 07 Apr 2004 07:01:06 +0000
parents cfb11d9a46fd
children 8d5084065107
files src/gtkprefs.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkprefs.c	Tue Apr 06 16:27:52 2004 +0000
+++ b/src/gtkprefs.c	Wed Apr 07 07:01:06 2004 +0000
@@ -690,7 +690,7 @@
 	vbox = gaim_gtk_make_frame(ret, _("Style"));
 	gaim_gtk_prefs_checkbox(_("_Bold"),
 			"/gaim/gtk/conversations/send_bold", vbox);
-	gaim_gtk_prefs_checkbox(_("_Italics"),
+	gaim_gtk_prefs_checkbox(_("_Italic"),
 			"/gaim/gtk/conversations/send_italic", vbox);
 	gaim_gtk_prefs_checkbox(_("_Underline"),
 			"/gaim/gtk/conversations/send_underline", vbox);
@@ -919,7 +919,7 @@
 	gtk_misc_set_alignment(GTK_MISC(label), 0, 0);
 	gtk_size_group_add_widget(sg, label);
 
-	gaim_gtk_prefs_checkbox(_("Send _URLs as Links"),
+	gaim_gtk_prefs_checkbox(_("Send _URLs as links"),
 				  "/core/conversations/send_urls_as_links", vbox);
 
 	gaim_gtk_prefs_checkbox(_("Show _formatting toolbar"),