# HG changeset patch # User John Bailey # Date 1209535346 0 # Node ID 2ff3eb79078dfbfed95ccd4b00b9bc98a0a0112a # Parent 7eabc4ef27ed7d263e62b3f382d24e8f59eb385a Change the "Screen name" text to "Username" per a number of discussions on the mailing lists, IRC, and XMPP. This will truly come to fruition when we merge im.pidgin.pidgin.next.minor back here, gaining us the help text in the entry area. diff -r 7eabc4ef27ed -r 2ff3eb79078d pidgin/gtkaccount.c --- a/pidgin/gtkaccount.c Wed Apr 30 05:56:40 2008 +0000 +++ b/pidgin/gtkaccount.c Wed Apr 30 06:02:26 2008 +0000 @@ -408,7 +408,7 @@ g_object_set(G_OBJECT(dialog->screenname_entry), "truncate-multiline", TRUE, NULL); #endif - add_pref_box(dialog, vbox, _("Screen _name:"), dialog->screenname_entry); + add_pref_box(dialog, vbox, _("User_name:"), dialog->screenname_entry); g_signal_connect(G_OBJECT(dialog->screenname_entry), "changed", G_CALLBACK(screenname_changed_cb), dialog);