mirror of
https://github.com/brl/mutter.git
synced 2025-02-17 05:44:08 +00:00
Mark forgotten string as translatable
https://bugzilla.gnome.org/show_bug.cgi?id=659928
This commit is contained in:
parent
220e5c9677
commit
a23e59bd66
@ -4730,8 +4730,8 @@ clutter_actor_class_init (ClutterActorClass *klass)
|
|||||||
* Since: 1.4
|
* Since: 1.4
|
||||||
*/
|
*/
|
||||||
pspec = g_param_spec_object ("effect",
|
pspec = g_param_spec_object ("effect",
|
||||||
"Effect",
|
P_("Effect"),
|
||||||
"Add an effect to be applied on the actor",
|
P_("Add an effect to be applied on the actor"),
|
||||||
CLUTTER_TYPE_EFFECT,
|
CLUTTER_TYPE_EFFECT,
|
||||||
CLUTTER_PARAM_WRITABLE);
|
CLUTTER_PARAM_WRITABLE);
|
||||||
obj_props[PROP_EFFECT] = pspec;
|
obj_props[PROP_EFFECT] = pspec;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user