[gimp/soc-2011-warp] unmark technical string for translation in the cage tool gegl ops



commit 2af30344d85f3168cf6b348008e5fb7c1e68d38e
Author: Michael Murà <mure michael gmail com>
Date:   Tue Aug 9 13:33:05 2011 +0200

    unmark technical string for translation in the cage tool gegl ops

 app/gegl/gimpoperationcagecoefcalc.c  |    4 ++--
 app/gegl/gimpoperationcagetransform.c |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/app/gegl/gimpoperationcagecoefcalc.c b/app/gegl/gimpoperationcagecoefcalc.c
index 01ddb7f..f3f8219 100644
--- a/app/gegl/gimpoperationcagecoefcalc.c
+++ b/app/gegl/gimpoperationcagecoefcalc.c
@@ -78,8 +78,8 @@ gimp_operation_cage_coef_calc_class_init (GimpOperationCageCoefCalcClass *klass)
   g_object_class_install_property (object_class,
                                    GIMP_OPERATION_CAGE_COEF_CALC_PROP_CONFIG,
                                    g_param_spec_object ("config",
-                                                        _("Config"),
-                                                        _("A GimpCageConfig object, that define the transformation"),
+                                                        "Config",
+                                                        "A GimpCageConfig object, that define the transformation",
                                                         GIMP_TYPE_CAGE_CONFIG,
                                                         G_PARAM_READWRITE |
                                                         G_PARAM_CONSTRUCT));
diff --git a/app/gegl/gimpoperationcagetransform.c b/app/gegl/gimpoperationcagetransform.c
index c667238..5001c7e 100644
--- a/app/gegl/gimpoperationcagetransform.c
+++ b/app/gegl/gimpoperationcagetransform.c
@@ -114,8 +114,8 @@ gimp_operation_cage_transform_class_init (GimpOperationCageTransformClass *klass
 
   g_object_class_install_property (object_class, PROP_CONFIG,
                                    g_param_spec_object ("config",
-                                                        _("Config"),
-                                                        _("A GimpCageConfig object, that define the transformation"),
+                                                        "Config",
+                                                        "A GimpCageConfig object, that define the transformation",
                                                         GIMP_TYPE_CAGE_CONFIG,
                                                         G_PARAM_READWRITE |
                                                         G_PARAM_CONSTRUCT));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]