mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
GtkRecentChooserMenu: Better typography
Avoid `' quoting. https://bugzilla.gnome.org/show_bug.cgi?id=735192
This commit is contained in:
parent
4866f0cec4
commit
0403d94d43
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user