operationcagetransform & operationcagecoefcalc: s/Gimp/GIMP/ in descritpion string

This commit is contained in:
Michael Muré 2011-07-30 11:55:28 +02:00
parent f084732ac2
commit f839270b35
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ gimp_operation_cage_coef_calc_class_init (GimpOperationCageCoefCalcClass *klass)
operation_class->name = "gimp:cage-coef-calc"; operation_class->name = "gimp:cage-coef-calc";
operation_class->categories = "transform"; operation_class->categories = "transform";
operation_class->description = _("Compute a set of coefficient buffer for the Gimp cage tool"); operation_class->description = _("Compute a set of coefficient buffer for the GIMP cage tool");
operation_class->prepare = gimp_operation_cage_coef_calc_prepare; operation_class->prepare = gimp_operation_cage_coef_calc_prepare;
operation_class->get_bounding_box = gimp_operation_cage_coef_calc_get_bounding_box; operation_class->get_bounding_box = gimp_operation_cage_coef_calc_get_bounding_box;

View file

@ -101,7 +101,7 @@ gimp_operation_cage_transform_class_init (GimpOperationCageTransformClass *klass
operation_class->name = "gimp:cage-transform"; operation_class->name = "gimp:cage-transform";
operation_class->categories = "transform"; operation_class->categories = "transform";
operation_class->description = _("Convert a set of coefficient buffer to a coordinate buffer for the Gimp cage tool"); operation_class->description = _("Convert a set of coefficient buffer to a coordinate buffer for the GIMP cage tool");
operation_class->prepare = gimp_operation_cage_transform_prepare; operation_class->prepare = gimp_operation_cage_transform_prepare;