From 1226070b934058a093c6dabad6967360cf8fca1c Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Thu, 18 Nov 2010 17:43:30 -0500 Subject: [PATCH] Improve wording of no apps text --- gtk/gtkopenwithwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkopenwithwidget.c b/gtk/gtkopenwithwidget.c index 8a04f5aa23..9b67982829 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 ("%s\n%s",