mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 01:00:28 +00:00
Improve wording of no apps text
This commit is contained in:
parent
076e851c5f
commit
1226070b93
@ -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>",
|
||||
|
Loading…
Reference in New Issue
Block a user