[gegl/soc-2013-opecl-ops] operations: Fix inaccurate plasma's descriptions
- From: Carlos Zubieta <czubieta src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/soc-2013-opecl-ops] operations: Fix inaccurate plasma's descriptions
- Date: Sat, 14 Sep 2013 23:18:05 +0000 (UTC)
commit 9ebcb5703167638dee5a0852b22e160268ea0c8e
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]