[gtk+/open-with-dialog: 31/53] Use other instead of more
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/open-with-dialog: 31/53] Use other instead of more
- Date: Tue, 23 Nov 2010 16:53:51 +0000 (UTC)
commit 3c7e6cd49c0eeb202896e47f06228aab6733e60e
Author: William Jon McCann <jmccann redhat com>
Date: Thu Nov 18 17:48:33 2010 -0500
Use other instead of more
More doesn't make sense when there are no apps in the list and
they aren't just more apps they are apps in another category.
gtk/gtkopenwithwidget.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkopenwithwidget.c b/gtk/gtkopenwithwidget.c
index 9b67982..171f865 100644
--- a/gtk/gtkopenwithwidget.c
+++ b/gtk/gtkopenwithwidget.c
@@ -571,7 +571,7 @@ add_no_applications_label (GtkOpenWithWidget *self)
string = g_strdup_printf ("<big><b>%s</b></big>\n<i>%s</i>",
string2,
- _("Click on \"Show more applications\" for a list of fallback options"));
+ _("Click \"Show other applications\" for more options"));
gtk_list_store_append (self->priv->program_list_store, &iter);
gtk_list_store_set (self->priv->program_list_store, &iter,
@@ -939,7 +939,7 @@ gtk_open_with_widget_init (GtkOpenWithWidget *self)
G_CALLBACK (program_list_button_press_event_cb),
self);
- button = gtk_button_new_with_label (_("Show more applications..."));
+ button = gtk_button_new_with_label (_("Show other applications"));
w = gtk_image_new_from_stock (GTK_STOCK_ADD,
GTK_ICON_SIZE_BUTTON);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]