Use Unicode apostrophe in a translatable string
authorPiotr Drąg <piotrdrag@gmail.com>
Thu, 29 Sep 2016 22:16:47 +0000 (00:16 +0200)
committerPiotr Drąg <piotrdrag@gmail.com>
Thu, 29 Sep 2016 22:16:47 +0000 (00:16 +0200)
See https://developer.gnome.org/hig/stable/typography.html

atk/atkobject.c

index c79e95e..b1ecf78 100644 (file)
@@ -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 instances name formatted for assistive technology access"),
                                                         NULL,
                                                         G_PARAM_READWRITE));
   g_object_class_install_property (gobject_class,