mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05: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
|
||||
*/
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user