Mercurial > pidgin
changeset 20543:87ce3da53550
Change mnemonic for Account to avoid conflict with Add. Fixes #3166
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Wed, 19 Sep 2007 07:40:17 +0000 |
parents | a9022965162b |
children | a36fe4add25a |
files | pidgin/gtkblist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkblist.c Wed Sep 19 06:22:25 2007 +0000 +++ b/pidgin/gtkblist.c Wed Sep 19 07:40:17 2007 +0000 @@ -5816,7 +5816,7 @@ gtk_box_pack_start(GTK_BOX(vbox), table, FALSE, FALSE, 0); /* Set up stuff for the account box */ - label = gtk_label_new_with_mnemonic(_("_Account:")); + label = gtk_label_new_with_mnemonic(_("A_ccount:")); gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); gtk_table_attach_defaults(GTK_TABLE(table), label, 0, 1, 0, 1);