comparison 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
comparison
equal deleted inserted replaced
22768:7eabc4ef27ed 22769:2ff3eb79078d
406 dialog->screenname_entry = gtk_entry_new(); 406 dialog->screenname_entry = gtk_entry_new();
407 #if GTK_CHECK_VERSION(2,10,0) 407 #if GTK_CHECK_VERSION(2,10,0)
408 g_object_set(G_OBJECT(dialog->screenname_entry), "truncate-multiline", TRUE, NULL); 408 g_object_set(G_OBJECT(dialog->screenname_entry), "truncate-multiline", TRUE, NULL);
409 #endif 409 #endif
410 410
411 add_pref_box(dialog, vbox, _("Screen _name:"), dialog->screenname_entry); 411 add_pref_box(dialog, vbox, _("User_name:"), dialog->screenname_entry);
412 412
413 g_signal_connect(G_OBJECT(dialog->screenname_entry), "changed", 413 g_signal_connect(G_OBJECT(dialog->screenname_entry), "changed",
414 G_CALLBACK(screenname_changed_cb), dialog); 414 G_CALLBACK(screenname_changed_cb), dialog);
415 415
416 /* Do the user split thang */ 416 /* Do the user split thang */