[gegl] operations: Fix inaccurate plasma's descriptions



commit 4d678361645f23f4b809b596f30849fa77ad175d
Author: Téo Mazars <teo mazars ensimag fr>
Date:   Sat Sep 14 18:24:31 2013 +0200

    operations: Fix inaccurate plasma's descriptions

 operations/common/plasma.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/operations/common/plasma.c b/operations/common/plasma.c
index 6439743..b62b452 100644
--- a/operations/common/plasma.c
+++ b/operations/common/plasma.c
@@ -34,7 +34,7 @@
 #ifdef GEGL_CHANT_PROPERTIES
 
 gegl_chant_int (seed, _("Seed"), -1, G_MAXINT, -1,
-                _("Random seed."
+                _("Random seed. "
                   "Passing -1 implies that the seed is randomly chosen."))
 gegl_chant_double (turbulence, _("Turbulence"), 0.0, 7.0, 1.0,
                    _("The value of the turbulence"))
@@ -400,7 +400,7 @@ gegl_chant_class_init (GeglChantClass *klass)
   gegl_operation_class_set_keys (operation_class,
     "name"       , "gegl:plasma",
     "categories" , "render",
-    "description", _("Performs plasma effect on the image"),
+    "description", _("Creates an image filled with a plasma effect."),
     NULL);
 }
 


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