summaryrefslogtreecommitdiff
path: root/gtk/gtkshortcutsshortcut.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/gtkshortcutsshortcut.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/gtkshortcutsshortcut.c')
-rw-r--r--gtk/gtkshortcutsshortcut.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkshortcutsshortcut.c b/gtk/gtkshortcutsshortcut.c
index 669b8a759d..93e28ecb93 100644
--- a/gtk/gtkshortcutsshortcut.c
+++ b/gtk/gtkshortcutsshortcut.c
@@ -550,7 +550,7 @@ gtk_shortcuts_shortcut_class_init (GtkShortcutsShortcutClass *klass)
properties[PROP_ACCELERATOR] =
g_param_spec_string ("accelerator",
P_("Accelerator"),
- P_("The accelerator keys for shortcuts of type 'Accelerator'"),
+ P_("The accelerator keys for shortcuts of type “Accelerator”"),
NULL,
(G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
@@ -564,7 +564,7 @@ gtk_shortcuts_shortcut_class_init (GtkShortcutsShortcutClass *klass)
properties[PROP_ICON] =
g_param_spec_object ("icon",
P_("Icon"),
- P_("The icon to show for shortcuts of type 'Other Gesture'"),
+ P_("The icon to show for shortcuts of type “Other Gesture”"),
G_TYPE_ICON,
(G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));