[gimp] Fix a typo in a user-visible message



commit 7cc0a9d4ba93f42e1e3e42e8f7fafb79d40f6806
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Wed Feb 3 10:22:01 2016 +0300

    Fix a typo in a user-visible message

 app/core/gimpsymmetry-mandala.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimpsymmetry-mandala.c b/app/core/gimpsymmetry-mandala.c
index f1788ee..86e6752 100644
--- a/app/core/gimpsymmetry-mandala.c
+++ b/app/core/gimpsymmetry-mandala.c
@@ -116,7 +116,7 @@ gimp_mandala_class_init (GimpMandalaClass *klass)
   symmetry_class->active_changed    = gimp_mandala_active_changed;
 
   GIMP_CONFIG_INSTALL_PROP_DOUBLE (object_class, PROP_CENTER_X,
-                                   "center-x", _("Center absisce"),
+                                   "center-x", _("Center abscisse"),
                                    0.0, 10000.0, 0.0,
                                    GIMP_PARAM_STATIC_STRINGS);
   GIMP_CONFIG_INSTALL_PROP_DOUBLE (object_class, PROP_CENTER_Y,


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