[gimp] operationcagetransform & operationcagecoefcalc: s/Gimp/GIMP/ in descritpion string



commit f839270b354ac9849e1040bd0a3e074e22552ae8
Author: Michael Murà <batolettre gmail com>
Date:   Sat Jul 30 11:55:28 2011 +0200

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

 app/gegl/gimpoperationcagecoefcalc.c  |    2 +-
 app/gegl/gimpoperationcagetransform.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/gegl/gimpoperationcagecoefcalc.c b/app/gegl/gimpoperationcagecoefcalc.c
index 01ddb7f..22c05f9 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 c667238..48889ab 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;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]