Mercurial > pidgin.yaz
diff pidgin/gtkaccount.c @ 22769:2ff3eb79078d
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.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Wed, 30 Apr 2008 06:02:26 +0000 |
parents | 7eabc4ef27ed |
children | cc8903c59d6b |
line wrap: on
line diff
--- 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);