[gtk+] Change the label of the GtkAppChooserDialog button
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Change the label of the GtkAppChooserDialog button
- Date: Fri, 21 Jan 2011 01:00:37 +0000 (UTC)
commit 70879d345fea243b94ea03ec856b840e3335d306
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Jan 20 19:59:55 2011 -0500
Change the label of the GtkAppChooserDialog button
We are not "opening" an application, we are selecting it to
open a file. String change !
gtk/gtkappchooserdialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkappchooserdialog.c b/gtk/gtkappchooserdialog.c
index 3262b13..1814a64 100644
--- a/gtk/gtkappchooserdialog.c
+++ b/gtk/gtkappchooserdialog.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]