summaryrefslogtreecommitdiff
path: root/gtk/gtkactionable.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/gtkactionable.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/gtkactionable.c')
-rw-r--r--gtk/gtkactionable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkactionable.c b/gtk/gtkactionable.c
index e12936a834..0d4d610a5c 100644
--- a/gtk/gtkactionable.c
+++ b/gtk/gtkactionable.c
@@ -69,7 +69,7 @@ gtk_actionable_default_init (GtkActionableInterface *iface)
{
g_object_interface_install_property (iface,
g_param_spec_string ("action-name", P_("Action name"),
- P_("The name of the associated action, like 'app.quit'"),
+ P_("The name of the associated action, like “app.quit”"),
NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
g_object_interface_install_property (iface,