[gimp] Bug 768871: improve symmetry labels.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 768871: improve symmetry labels.
- Date: Tue, 19 Jul 2016 10:35:38 +0000 (UTC)
commit 65be37b37b15285beca2a2be924c50235f0aa840
Author: Jehan <jehan girinstud io>
Date: Tue Jul 19 12:34:01 2016 +0200
Bug 768871: improve symmetry labels.
app/core/gimpsymmetry-mandala.c | 2 +-
app/core/gimpsymmetry-mirror.c | 12 ++++++------
2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/app/core/gimpsymmetry-mandala.c b/app/core/gimpsymmetry-mandala.c
index 6ff6b91..7c812f6 100644
--- a/app/core/gimpsymmetry-mandala.c
+++ b/app/core/gimpsymmetry-mandala.c
@@ -150,7 +150,7 @@ gimp_mandala_class_init (GimpMandalaClass *klass)
GIMP_CONFIG_PROP_BOOLEAN (object_class, PROP_DISABLE_TRANSFORMATION,
"disable-transformation",
_("Disable brush transform"),
- _("Disable brush transformation (faster)"),
+ _("Disable brush rotation"),
FALSE,
GIMP_PARAM_STATIC_STRINGS |
GIMP_SYMMETRY_PARAM_GUI);
diff --git a/app/core/gimpsymmetry-mirror.c b/app/core/gimpsymmetry-mirror.c
index b02a66f..aae9a96 100644
--- a/app/core/gimpsymmetry-mirror.c
+++ b/app/core/gimpsymmetry-mirror.c
@@ -127,16 +127,16 @@ gimp_mirror_class_init (GimpMirrorClass *klass)
GIMP_CONFIG_PROP_BOOLEAN (object_class, PROP_HORIZONTAL_SYMMETRY,
"horizontal-symmetry",
- _("Horizontal Mirror"),
- NULL,
+ _("Horizontal Symmetry"),
+ _("Reflect the initial stroke across a horizontal axis"),
FALSE,
GIMP_PARAM_STATIC_STRINGS |
GIMP_SYMMETRY_PARAM_GUI);
GIMP_CONFIG_PROP_BOOLEAN (object_class, PROP_VERTICAL_SYMMETRY,
"vertical-symmetry",
- _("Vertical Mirror"),
- NULL,
+ _("Vertical Symmetry"),
+ _("Reflect the initial stroke across a vertical axis"),
FALSE,
GIMP_PARAM_STATIC_STRINGS |
GIMP_SYMMETRY_PARAM_GUI);
@@ -144,7 +144,7 @@ gimp_mirror_class_init (GimpMirrorClass *klass)
GIMP_CONFIG_PROP_BOOLEAN (object_class, PROP_POINT_SYMMETRY,
"point-symmetry",
_("Central Symmetry"),
- NULL,
+ _("Invert the initial stroke through a point"),
FALSE,
GIMP_PARAM_STATIC_STRINGS |
GIMP_SYMMETRY_PARAM_GUI);
@@ -152,7 +152,7 @@ gimp_mirror_class_init (GimpMirrorClass *klass)
GIMP_CONFIG_PROP_BOOLEAN (object_class, PROP_DISABLE_TRANSFORMATION,
"disable-transformation",
_("Disable brush transform"),
- _("Disable brush transformation (faster)"),
+ _("Disable brush reflection"),
FALSE,
GIMP_PARAM_STATIC_STRINGS |
GIMP_SYMMETRY_PARAM_GUI);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]