mirror of https://github.com/GNOME/gimp.git
unmark technical string for translation in the cage tool gegl ops
This commit is contained in:
parent
2fd159ae06
commit
7e3c3af87f
|
@ -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));
|
||||
|
|
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue