[gegl] noise-*.c: replaced / with , to make comments human readable



commit 2a95c7214dfd3f758bcfdc155c7d8040ffbafcd6
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Sun Sep 23 03:19:08 2012 +0400

    noise-*.c: replaced / with , to make comments human readable

 operations/common/noise-cielch.c |    2 +-
 operations/common/noise-hsv.c    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/operations/common/noise-cielch.c b/operations/common/noise-cielch.c
index 280dbc9..7416211 100644
--- a/operations/common/noise-cielch.c
+++ b/operations/common/noise-cielch.c
@@ -157,7 +157,7 @@ gegl_chant_class_init (GeglChantClass *klass)
   gegl_operation_class_set_keys (operation_class,
       "name",       "gegl:noise-CIE_lch",
       "categories", "noise",
-      "description", _("Randomize lightness/chroma/hue independently"),
+      "description", _("Randomize lightness, chroma and hue independently"),
       NULL);
 }
 
diff --git a/operations/common/noise-hsv.c b/operations/common/noise-hsv.c
index 9eb363d..2b71d20 100644
--- a/operations/common/noise-hsv.c
+++ b/operations/common/noise-hsv.c
@@ -161,7 +161,7 @@ gegl_chant_class_init (GeglChantClass *klass)
   gegl_operation_class_set_keys (operation_class,
       "name",       "gegl:noise-hsv",
       "categories", "noise",
-      "description", _("Randomize hue/saturation/value independently"),
+      "description", _("Randomize hue, saturation and value independently"),
       NULL);
 }
 



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