summaryrefslogtreecommitdiff
path: root/gtk/gtkactionable.c
diff options
context:
space:
mode:
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,