GtkRecentChooserMenu: Better typography

Avoid `' quoting.

https://bugzilla.gnome.org/show_bug.cgi?id=735192
This commit is contained in:
Matthias Clasen 2014-08-22 11:08:52 -04:00
parent 4866f0cec4
commit 0403d94d43

View File

@ -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;
}