unmark technical string for translation in the cage tool gegl ops

This commit is contained in:
Michael Muré 2011-08-09 13:33:05 +02:00
parent 2fd159ae06
commit 7e3c3af87f
2 changed files with 4 additions and 4 deletions

View File

@ -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));

View File

@ -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));