# HG changeset patch # User Will Thompson # Date 1211556247 0 # Node ID bce10d146dd462e9fbd19d13c52a75689d45afc2 # Parent c77d66886425bb767c8499950a2534f280904831 Add a mnemonic to "Create this new account on the server". diff -r c77d66886425 -r bce10d146dd4 pidgin/gtkaccount.c --- a/pidgin/gtkaccount.c Fri May 23 14:58:39 2008 +0000 +++ b/pidgin/gtkaccount.c Fri May 23 15:24:07 2008 +0000 @@ -1470,7 +1470,8 @@ add_login_options(dialog, vbox); add_user_options(dialog, vbox); - button = gtk_check_button_new_with_label(_("Create this new account on the server")); + button = gtk_check_button_new_with_mnemonic( + _("Create _this new account on the server")); gtk_box_pack_start(GTK_BOX(main_vbox), button, FALSE, FALSE, 0); gtk_widget_show(button); dialog->register_button = button;