[gegl/next-API: 4/7] fractal-explorer: correct misleading parameter description
- From: Michael Murà <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/next-API: 4/7] fractal-explorer: correct misleading parameter description
- Date: Mon, 18 Jun 2012 12:09:34 +0000 (UTC)
commit 9be50d682e12a7b992d5ffbaebad61f22b1f4d7a
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]