[gegl] Fixed a typo in the warp operation
- From: Alexandre Prokoudine <aprokoudine src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] Fixed a typo in the warp operation
- Date: Sun, 1 Apr 2012 06:22:12 +0000 (UTC)
commit c598ca21dfb6e77b4f10cfdf00728bbd83308bed
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date: Sun Apr 1 10:21:53 2012 +0400
Fixed a typo in the warp operation
operations/workshop/warp.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/operations/workshop/warp.c b/operations/workshop/warp.c
index a38b9d6..fcd19b8 100644
--- a/operations/workshop/warp.c
+++ b/operations/workshop/warp.c
@@ -27,8 +27,8 @@ gegl_chant_double (strength, _("Strength"), 0.0, 100.0, 50,
_("Effect Strength"))
gegl_chant_double (size, _("Size"), 1.0, 10000.0, 40.0,
_("Effect Size"))
-gegl_chant_double (hardness, _("Harness"), 0.0, 1.0, 0.5,
- _("Effect Harness"))
+gegl_chant_double (hardness, _("Hardness"), 0.0, 1.0, 0.5,
+ _("Effect Hardness"))
gegl_chant_path (stroke, _("Stroke"), _("Effect Strength"))
gegl_chant_enum (behavior, _("Behavior"), GeglWarpBehavior, GEGL_TYPE_WARP_BEHAVIOR,
GEGL_WARP_BEHAVIOR_MOVE, _("Behavior of the op"))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]