summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-09-30 00:16:47 +0200
committerPiotr Drąg <piotrdrag@gmail.com>2016-09-30 00:16:47 +0200
commit2cbf56aa3c82d04ed1d28c692d2eb2424def6e7d (patch)
tree887d22d9199d56abdb6ce08368785fc4ea220a92
parent4f18299e5bd8da17f67d5d723c436f57ee22b830 (diff)
downloadatk-2cbf56aa3c82d04ed1d28c692d2eb2424def6e7d.tar.gz
Use Unicode apostrophe in a translatable string
See https://developer.gnome.org/hig/stable/typography.html
-rw-r--r--atk/atkobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atkobject.c b/atk/atkobject.c
index c79e95e..b1ecf78 100644
--- a/atk/atkobject.c
+++ b/atk/atkobject.c
@@ -370,7 +370,7 @@ atk_object_class_init (AtkObjectClass *klass)
PROP_NAME,
g_param_spec_string (atk_object_name_property_name,
_("Accessible Name"),
- _("Object instance\'s name formatted for assistive technology access"),
+ _("Object instance’s name formatted for assistive technology access"),
NULL,
G_PARAM_READWRITE));
g_object_class_install_property (gobject_class,