[gegl] rotate{,-on-center}: fix description of degrees property



commit a9db77310f96b2441020aca280ca85414c73ca1d
Author: Ell <ell_se yahoo com>
Date:   Wed Nov 23 18:04:31 2016 -0500

    rotate{,-on-center}: fix description of degrees property
    
    s/clockwise/counter-clockwise/; the y-axis points down :P

 operations/transform/rotate-on-center.c |    2 +-
 operations/transform/rotate.c           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/operations/transform/rotate-on-center.c b/operations/transform/rotate-on-center.c
index 0dd7360..279fbbc 100644
--- a/operations/transform/rotate-on-center.c
+++ b/operations/transform/rotate-on-center.c
@@ -23,7 +23,7 @@
 #ifdef GEGL_CHANT_PROPERTIES
 
 gegl_chant_double (degrees, -G_MAXDOUBLE, G_MAXDOUBLE, 0.0,
-  _("Angle to rotate (clockwise)"))
+  _("Angle to rotate (counter-clockwise)"))
 /*
  * Override the original properties' descriptions, informing they are ignored
  * and always set to buffer's center coordinates.
diff --git a/operations/transform/rotate.c b/operations/transform/rotate.c
index 452fb72..269834f 100644
--- a/operations/transform/rotate.c
+++ b/operations/transform/rotate.c
@@ -23,7 +23,7 @@
 #ifdef GEGL_CHANT_PROPERTIES
 
 gegl_chant_double (degrees, -G_MAXDOUBLE, G_MAXDOUBLE, 0.0,
-                   _("Angle to rotate (clockwise)"))
+                   _("Angle to rotate (counter-clockwise)"))
 
 #else
 


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