[gegl] Bug 683809 - String fix



commit 46c0cc683b2d7a23c2ec6342ccb612ff481e1c56
Author: Bruce Cowan <bruce bcowan me uk>
Date:   Tue Sep 11 19:29:40 2012 +0100

    Bug 683809 - String fix

 operations/common/reinhard05.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/operations/common/reinhard05.c b/operations/common/reinhard05.c
index 460659e..db284b7 100644
--- a/operations/common/reinhard05.c
+++ b/operations/common/reinhard05.c
@@ -29,10 +29,10 @@ gegl_chant_double (brightness, _("Brightness"),
                   _("Overall brightness of the image"))
 gegl_chant_double (chromatic, _("Chromatic Adaptation"),
                   0.0, 1.0, 0.0,
-                  _("Adapation to color variation across the image"))
+                  _("Adaptation to color variation across the image"))
 gegl_chant_double (light, _("Light Adaptation"),
                   0.0, 1.0, 1.0,
-                  _("Adapation to light variation across the image"))
+                  _("Adaptation to light variation across the image"))
 
 
 #else



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