diff src/gtkprefs.c @ 8152:82aeed3c90f0

[gaim-migrate @ 8864] I love me some consistency. I went with "screen name" instead of "screenname" mostly because I feel that the first one is more readable. It's also what aim.com uses. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 20 Jan 2004 16:08:45 +0000
parents 5efe3d9cd552
children 3273ff25b645
line wrap: on
line diff
--- a/src/gtkprefs.c	Tue Jan 20 15:58:39 2004 +0000
+++ b/src/gtkprefs.c	Tue Jan 20 16:08:45 2004 +0000
@@ -1042,7 +1042,7 @@
 			"/core/conversations/chat/show_join", vbox);
 	gaim_gtk_prefs_checkbox(_("_Show people leaving in window"),
 			"/core/conversations/chat/show_leave", vbox);
-	gaim_gtk_prefs_checkbox(_("Co_lorize screennames"),
+	gaim_gtk_prefs_checkbox(_("Co_lorize screen names"),
 			"/gaim/gtk/conversations/chat/color_nicks", vbox);
 
 	gtk_widget_show_all(ret);