[gegl/next-API] fractal-explorer: correct misleading parameter description
- From: Michael Murà <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/next-API] fractal-explorer: correct misleading parameter description
- Date: Mon, 28 May 2012 15:54:49 +0000 (UTC)
commit fccaaf275b0bb952be1ad6e85e432f1cd5084061
Author: Michael Murà <mure michael gmail com>
Date: Mon May 28 20:41:28 2012 +0900
fractal-explorer: correct misleading parameter description
operations/common/fractal-explorer.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/operations/common/fractal-explorer.c b/operations/common/fractal-explorer.c
index aba0e27..ab3f5c7 100644
--- a/operations/common/fractal-explorer.c
+++ b/operations/common/fractal-explorer.c
@@ -41,8 +41,8 @@ gegl_chant_double (ymax, _("Bottom"), -3.0, 3.0, 2.0, _("Bottom"))
gegl_chant_int (iter, _("Iterations"), 1, 1000, 50, _("Iterations"))
-gegl_chant_double (cx, _("CX"), -2.5, 2.5, -0.75, _("CX (only Julia)"))
-gegl_chant_double (cy, _("CY"), -2.5, 2.5, 0.2, _("CY (only Julia)"))
+gegl_chant_double (cx, _("CX"), -2.5, 2.5, -0.75, _("CX (No effect in Mandelbrot and Sierpinski)"))
+gegl_chant_double (cy, _("CY"), -2.5, 2.5, 0.2, _("CY (No effect in Mandelbrot and Sierpinski)"))
gegl_chant_double (redstretch, _("Red stretch"), 0.0, 1.0, 1.0,
_("Red stretching factor"))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]