[gtk+] GtkRecentChooserMenu: Better typography
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] GtkRecentChooserMenu: Better typography
- Date: Tue, 30 Sep 2014 03:07:36 +0000 (UTC)
commit 0403d94d43edadc3776d19c9f74a3e0ab6d4e227
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Aug 22 11:08:52 2014 -0400
GtkRecentChooserMenu: Better typography
Avoid `' quoting.
https://bugzilla.gnome.org/show_bug.cgi?id=735192
gtk/gtkrecentchoosermenu.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkrecentchoosermenu.c b/gtk/gtkrecentchoosermenu.c
index d3ca056..0f451d5 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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]