pidgin: bb3bda9c: Make the username labels consistent with...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Sun Nov 1 22:15:32 EST 2009


-----------------------------------------------------------------
Revision: bb3bda9c443637c1fa8164a521c9e18c91f34c89
Ancestor: edf49adfcf6d40be43e8de2bd6f04659786651bf
Author: rekkanoryo at pidgin.im
Date: 2009-11-02T03:04:56
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/bb3bda9c443637c1fa8164a521c9e18c91f34c89

Modified files:
        pidgin/gtkprefs.c

ChangeLog: 

Make the username labels consistent with each other.

-------------- next part --------------
============================================================
--- pidgin/gtkprefs.c	24aeb53a7056c7f2668db3f7dd442349dae3c7de
+++ pidgin/gtkprefs.c	c301de4a21324489e72640d678071b1ef8d6e124
@@ -2039,7 +2039,7 @@ network_page(void)
 		}
 		pidgin_set_accessible_label (entry, label);
 
-		label = gtk_label_new_with_mnemonic(_("_User:"));
+		label = gtk_label_new_with_mnemonic(_("_Username:"));
 		gtk_misc_set_alignment(GTK_MISC(label), 1.0, 0.5);
 		gtk_table_attach(GTK_TABLE(table), label, 0, 1, 1, 2, GTK_FILL, 0, 0, 0);
 


More information about the Commits mailing list