summaryrefslogtreecommitdiff
path: root/clutter/clutter-text.c
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2016-09-30 00:25:12 +0200
committerPiotr Drąg <piotrdrag@gmail.com>2018-05-30 13:21:00 +0200
commit303d2a556e18d78d41f8e8d5bf5f6f4d5eb85f6d (patch)
treef8e06f131d4f0228b5986e67d5e32903c922cd0a /clutter/clutter-text.c
parentef41a8bc97c381849703814ad4e438bfbdb8df94 (diff)
downloadclutter-wip/piotrdrag/unicode-typography.tar.gz
Use Unicode in translatable stringswip/piotrdrag/unicode-typography
See https://developer.gnome.org/hig/stable/typography.html https://bugzilla.gnome.org/show_bug.cgi?id=772213
Diffstat (limited to 'clutter/clutter-text.c')
-rw-r--r--clutter/clutter-text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clutter/clutter-text.c b/clutter/clutter-text.c
index 54dfae985..0b83de97e 100644
--- a/clutter/clutter-text.c
+++ b/clutter/clutter-text.c
@@ -3793,7 +3793,7 @@ clutter_text_class_init (ClutterTextClass *klass)
*/
pspec = g_param_spec_unichar ("password-char",
P_("Password Character"),
- P_("If non-zero, use this character to display the actor's contents"),
+ P_("If non-zero, use this character to display the actor’s contents"),
0,
CLUTTER_PARAM_READWRITE);
obj_props[PROP_PASSWORD_CHAR] = pspec;