# HG changeset patch # User Sean Egan # Date 1190187617 0 # Node ID 87ce3da53550737b16cca375ade1e7728e8fcce2 # Parent a9022965162b490e5033987454929f77ebaf33aa Change mnemonic for Account to avoid conflict with Add. Fixes #3166 diff -r a9022965162b -r 87ce3da53550 pidgin/gtkblist.c --- 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);