diff --git a/app/gegl/gimpoperationcagecoefcalc.c b/app/gegl/gimpoperationcagecoefcalc.c index 01ddb7f631..22c05f9021 100644 --- a/app/gegl/gimpoperationcagecoefcalc.c +++ b/app/gegl/gimpoperationcagecoefcalc.c @@ -62,7 +62,7 @@ gimp_operation_cage_coef_calc_class_init (GimpOperationCageCoefCalcClass *klass) operation_class->name = "gimp:cage-coef-calc"; 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->get_bounding_box = gimp_operation_cage_coef_calc_get_bounding_box; diff --git a/app/gegl/gimpoperationcagetransform.c b/app/gegl/gimpoperationcagetransform.c index c6672389bb..48889ab6ba 100644 --- a/app/gegl/gimpoperationcagetransform.c +++ b/app/gegl/gimpoperationcagetransform.c @@ -101,7 +101,7 @@ gimp_operation_cage_transform_class_init (GimpOperationCageTransformClass *klass operation_class->name = "gimp:cage-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;