Mark forgotten string as translatable

https://bugzilla.gnome.org/show_bug.cgi?id=659928
This commit is contained in:
Alexandre Franke 2011-09-23 11:23:26 +02:00 committed by Emmanuele Bassi
parent 220e5c9677
commit a23e59bd66

View File

@ -4730,8 +4730,8 @@ clutter_actor_class_init (ClutterActorClass *klass)
* Since: 1.4
*/
pspec = g_param_spec_object ("effect",
"Effect",
"Add an effect to be applied on the actor",
P_("Effect"),
P_("Add an effect to be applied on the actor"),
CLUTTER_TYPE_EFFECT,
CLUTTER_PARAM_WRITABLE);
obj_props[PROP_EFFECT] = pspec;