summaryrefslogtreecommitdiff
path: root/gtk/gtkrecentchoosermenu.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-08-22 11:08:52 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-09-29 23:05:22 -0400
commit0403d94d43edadc3776d19c9f74a3e0ab6d4e227 (patch)
treeb6000110d5ff3e371e478f19e036743cda2462a0 /gtk/gtkrecentchoosermenu.c
parent4866f0cec44e105532b854ef131cdff7f676fd47 (diff)
downloadgtk+-0403d94d43edadc3776d19c9f74a3e0ab6d4e227.tar.gz
GtkRecentChooserMenu: Better typography
Avoid `' quoting. https://bugzilla.gnome.org/show_bug.cgi?id=735192
Diffstat (limited to 'gtk/gtkrecentchoosermenu.c')
-rw-r--r--gtk/gtkrecentchoosermenu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkrecentchoosermenu.c b/gtk/gtkrecentchoosermenu.c
index d3ca056d9e..0f451d5143 100644
--- a/gtk/gtkrecentchoosermenu.c
+++ b/gtk/gtkrecentchoosermenu.c
@@ -531,7 +531,7 @@ gtk_recent_chooser_menu_set_current_uri (GtkRecentChooser *chooser,
{
g_set_error (error, GTK_RECENT_CHOOSER_ERROR,
GTK_RECENT_CHOOSER_ERROR_NOT_FOUND,
- _("No recently used resource found with URI `%s'"),
+ _("No recently used resource found with URI '%s'"),
uri);
}
@@ -587,7 +587,7 @@ gtk_recent_chooser_menu_select_uri (GtkRecentChooser *chooser,
{
g_set_error (error, GTK_RECENT_CHOOSER_ERROR,
GTK_RECENT_CHOOSER_ERROR_NOT_FOUND,
- _("No recently used resource found with URI `%s'"),
+ _("No recently used resource found with URI '%s'"),
uri);
return FALSE;
}