summaryrefslogtreecommitdiff
path: root/gtk/gtkfontchooser.c
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-10-03 18:20:03 +0200
committerMatthias Clasen <mclasen@redhat.com>2016-12-19 15:08:10 -0500
commita2da4ddcebcf1c28f49d6a73d2a575be17be873e (patch)
tree174ad02f69d0695ca753f3433ec25ed9ce82daa8 /gtk/gtkfontchooser.c
parent7331735499e09aeb981f821b540131195a1f31e7 (diff)
downloadgtk+-a2da4ddcebcf1c28f49d6a73d2a575be17be873e.tar.gz
Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772371
Diffstat (limited to 'gtk/gtkfontchooser.c')
-rw-r--r--gtk/gtkfontchooser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfontchooser.c b/gtk/gtkfontchooser.c
index 6a14da26e1..4502a93f9a 100644
--- a/gtk/gtkfontchooser.c
+++ b/gtk/gtkfontchooser.c
@@ -62,7 +62,7 @@ gtk_font_chooser_default_init (GtkFontChooserInterface *iface)
(iface,
g_param_spec_string ("font",
P_("Font"),
- P_("Font description as a string, e.g. \"Sans Italic 12\""),
+ P_("Font description as a string, e.g. “Sans Italic 12”"),
GTK_FONT_CHOOSER_DEFAULT_FONT_NAME,
GTK_PARAM_READWRITE));