Mark forgotten string as translatable
authorAlexandre Franke <alexandre.franke@gmail.com>
Fri, 23 Sep 2011 09:23:26 +0000 (11:23 +0200)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 23 Sep 2011 16:48:34 +0000 (17:48 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=659928

clutter/clutter-actor.c

index cbc6c63..523e845 100644 (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;