Improve wording of no apps text

This commit is contained in:
William Jon McCann 2010-11-18 17:43:30 -05:00 committed by Cosimo Cecchi
parent 076e851c5f
commit 1226070b93

View 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>",