summaryrefslogtreecommitdiff
path: root/clutter/clutter-text.c
diff options
context:
space:
mode:
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;