[gimp] unmark technical string for translation in the cage tool gegl ops



commit 7e3c3af87f7eb9ea49e38a5a6601686b58f6617c
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 22c05f9..e1700b0 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 48889ab..e62e71d 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]