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



commit 2f51b49c7201fa69b4d86c402e5c59c07964845d
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]