Fix typo
This commit is contained in:
parent
588d97c2c7
commit
1a85b87fc9
@ -89,7 +89,7 @@ clutter_media_default_init (ClutterMediaInterface *iface)
|
|||||||
*/
|
*/
|
||||||
pspec = g_param_spec_boolean ("playing",
|
pspec = g_param_spec_boolean ("playing",
|
||||||
P_("Playing"),
|
P_("Playing"),
|
||||||
P_("Wheter the actor is playing"),
|
P_("Whether the actor is playing"),
|
||||||
FALSE,
|
FALSE,
|
||||||
CLUTTER_PARAM_READWRITE);
|
CLUTTER_PARAM_READWRITE);
|
||||||
g_object_interface_install_property (iface, pspec);
|
g_object_interface_install_property (iface, pspec);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user