diff plugins/gaimrc.c @ 10814:364a2ef907ae

[gaim-migrate @ 12468] same thing here, changing to consistently using GTK+, by rlaager committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 11 Apr 2005 12:24:47 +0000
parents c7458b544b15
children f8cd06753755
line wrap: on
line diff
--- a/plugins/gaimrc.c	Mon Apr 11 12:11:11 2005 +0000
+++ b/plugins/gaimrc.c	Mon Apr 11 12:24:47 2005 +0000
@@ -340,7 +340,7 @@
 	hbox = gtk_hbox_new(FALSE, 18);
 	gtk_box_pack_start(GTK_BOX(frame), hbox, FALSE, FALSE, 0);
 
-	check = gaim_gtk_prefs_checkbox(_("Gtk interface font"),
+	check = gaim_gtk_prefs_checkbox(_("GTK+ Interface Font"),
 	                                "/plugins/gtk/gaimrc/set/gtk-font-name",
 	                                hbox);
 	gtk_size_group_add_widget(sg, check);
@@ -359,7 +359,7 @@
 	hbox = gtk_hbox_new(FALSE, 18);
 	gtk_box_pack_start(GTK_BOX(frame), hbox, FALSE, FALSE, 0);
 
-	check = gaim_gtk_prefs_checkbox(_("Gtk text shortcut theme"),
+	check = gaim_gtk_prefs_checkbox(_("GTK+ Text Shortcut Theme"),
 	                                "/plugins/gtk/gaimrc/set/gtk-key-theme-name",
 	                                hbox);
 	gtk_size_group_add_widget(sg, check);