]> Pileus Git - ~andy/gtk/commitdiff
Improve wording of no apps text
authorWilliam Jon McCann <jmccann@redhat.com>
Thu, 18 Nov 2010 22:43:30 +0000 (17:43 -0500)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 23 Nov 2010 15:51:40 +0000 (16:51 +0100)
gtk/gtkopenwithwidget.c

index 8a04f5aa232c012d603505fe956ffc42a6362bb3..9b67982829e9cc889269cb096ab072225d7b1a21 100644 (file)
@@ -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>",