Fix a typo in a user-visible message

This commit is contained in:
Alexandre Prokoudine 2016-02-03 10:22:01 +03:00
parent 023a732a3e
commit 7cc0a9d4ba

View file

@ -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,