[gtk+/open-with-dialog: 29/53] Improve wording of no apps text



commit 1226070b934058a093c6dabad6967360cf8fca1c
Author: William Jon McCann <jmccann redhat com>
Date:   Thu Nov 18 17:43:30 2010 -0500

    Improve wording of no apps text

 gtk/gtkopenwithwidget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkopenwithwidget.c b/gtk/gtkopenwithwidget.c
index 8a04f5a..9b67982 100644
--- a/gtk/gtkopenwithwidget.c
+++ b/gtk/gtkopenwithwidget.c
@@ -566,7 +566,7 @@ add_no_applications_label (GtkOpenWithWidget *self)
   GtkTreeIter iter;
 
   desc = g_content_type_get_description (self->priv->content_type);
-  string2 = g_strdup_printf (_("Cannot find any compatible application for \"%s\""),
+  string2 = g_strdup_printf (_("No applications available to open \"%s\""),
 			     desc);
 
   string = g_strdup_printf ("<big><b>%s</b></big>\n<i>%s</i>",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]