This commit is contained in:
Alexandre Franke 2011-06-02 20:56:22 +02:00
parent 588d97c2c7
commit 1a85b87fc9

View File

@ -89,7 +89,7 @@ clutter_media_default_init (ClutterMediaInterface *iface)
*/
pspec = g_param_spec_boolean ("playing",
P_("Playing"),
P_("Wheter the actor is playing"),
P_("Whether the actor is playing"),
FALSE,
CLUTTER_PARAM_READWRITE);
g_object_interface_install_property (iface, pspec);