Mercurial > pidgin
changeset 28484:fa3536484b2a
Make the username labels consistent with each other.
| author | John Bailey <rekkanoryo@rekkanoryo.org> |
|---|---|
| date | Mon, 02 Nov 2009 03:04:56 +0000 |
| parents | 78642a2f0124 |
| children | 532307346255 |
| files | pidgin/gtkprefs.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkprefs.c Mon Nov 02 03:00:06 2009 +0000 +++ b/pidgin/gtkprefs.c Mon Nov 02 03:04:56 2009 +0000 @@ -2039,7 +2039,7 @@ } 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);
