]> Pileus Git - ~andy/gtk/commitdiff
Change the label of the GtkAppChooserDialog button
authorMatthias Clasen <mclasen@redhat.com>
Fri, 21 Jan 2011 00:59:55 +0000 (19:59 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 21 Jan 2011 00:59:55 +0000 (19:59 -0500)
We are not "opening" an application, we are selecting it to
open a file. String change !

gtk/gtkappchooserdialog.c

index 3262b131db88a312692ecf6a81b6afaf056cb92e..1814a6436765f8a8da16b1aae77ee27968c18d59 100644 (file)
@@ -508,7 +508,7 @@ build_dialog_ui (GtkAppChooserDialog *self)
   /* Create a custom stock icon */
   self->priv->button = gtk_button_new ();
 
-  label = gtk_label_new_with_mnemonic (_("_Open"));
+  label = gtk_label_new_with_mnemonic (_("_Select"));
   gtk_label_set_mnemonic_widget (GTK_LABEL (label), GTK_WIDGET (self->priv->button));
   gtk_widget_set_halign (label, GTK_ALIGN_CENTER);
   gtk_widget_show (label);