]> Pileus Git - ~andy/gtk/commitdiff
Add a mnemonic to the 'Select' button
authorMatthias Clasen <mclasen@redhat.com>
Tue, 23 Aug 2011 14:08:33 +0000 (10:08 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 23 Aug 2011 14:08:33 +0000 (10:08 -0400)
This makes the string the same as in the app chooser dialog.

gtk/gtkfontchooserdialog.c

index b57fb18b7bb5759074f3a599e0e4d7bce1a57a21..9d11292a132ad11d4fcf83f38366646ab9d3d197 100644 (file)
@@ -122,7 +122,7 @@ gtk_font_chooser_dialog_init (GtkFontChooserDialog *fontchooserdiag)
                                                GTK_STOCK_CANCEL,
                                                GTK_RESPONSE_CANCEL);
   priv->select_button = gtk_dialog_add_button (dialog,
-                                               _("Select"),
+                                               _("_Select"),
                                                GTK_RESPONSE_OK);
   gtk_widget_grab_default (priv->select_button);