Fix typo in ClutterSettings:password-hint-time blurb
This commit is contained in:
parent
93ece6dd7b
commit
8051c47664
@ -609,7 +609,7 @@ clutter_settings_class_init (ClutterSettingsClass *klass)
|
|||||||
obj_props[PROP_PASSWORD_HINT_TIME] =
|
obj_props[PROP_PASSWORD_HINT_TIME] =
|
||||||
g_param_spec_uint ("password-hint-time",
|
g_param_spec_uint ("password-hint-time",
|
||||||
P_("Password Hint Time"),
|
P_("Password Hint Time"),
|
||||||
P_("THow low to show the last input character in hidden entries"),
|
P_("How long to show the last input character in hidden entries"),
|
||||||
0, G_MAXUINT,
|
0, G_MAXUINT,
|
||||||
0,
|
0,
|
||||||
CLUTTER_PARAM_READWRITE);
|
CLUTTER_PARAM_READWRITE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user