[gimp] app, libgimpbase: update vertical text labels.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app, libgimpbase: update vertical text labels.
- Date: Thu, 2 Aug 2018 12:34:42 +0000 (UTC)
commit 9cdedc98f8a39de870244ae07375ccf1ea478230
Author: Jehan <jehan girinstud io>
Date: Thu Aug 2 14:06:48 2018 +0200
app, libgimpbase: update vertical text labels.
This is my attempt to get better labels, shorter and also (hopefully)
improved English.
As Mitch states though, this is a Japanese-French-German conspiracy! So
any of you native English speakers out there, please review and suggest
proper English if needed. :-)
app/actions/text-editor-actions.c | 8 ++++----
app/actions/text-tool-actions.c | 8 ++++----
libgimpbase/gimpbaseenums.c | 8 ++++----
libgimpbase/gimpbaseenums.h | 12 ++++++------
4 files changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/app/actions/text-editor-actions.c b/app/actions/text-editor-actions.c
index 52bf963aa6..6c962d0500 100644
--- a/app/actions/text-editor-actions.c
+++ b/app/actions/text-editor-actions.c
@@ -69,25 +69,25 @@ static const GimpRadioActionEntry text_editor_direction_actions[] =
{ "text-editor-direction-ttb-rtl", GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_RTL,
NC_("text-editor-action", "TTB-RTL"), NULL,
- NC_("text-editor-action", "Characters are from top to bottom, Lines are from right to left"),
+ NC_("text-editor-action", "Vertical lines from right to left (mixed orientation)"),
GIMP_TEXT_DIRECTION_TTB_RTL,
NULL },
{ "text-editor-direction-ttb-rtl-upright", GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_RTL_UPRIGHT,
NC_("text-editor-action", "TTB-RTL-UPRIGHT"), NULL,
- NC_("text-editor-action", "Upright characters are from top to bottom, Lines are from right to left"),
+ NC_("text-editor-action", "Vertical lines from right to left (upright characters)"),
GIMP_TEXT_DIRECTION_TTB_RTL_UPRIGHT,
NULL },
{ "text-editor-direction-ttb-ltr", GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_LTR,
NC_("text-editor-action", "TTB-LTR"), NULL,
- NC_("text-editor-action", "Characters are from top to bottom, Lines are from left to right"),
+ NC_("text-editor-action", "Vertical lines from left to right (mixed orientation)"),
GIMP_TEXT_DIRECTION_TTB_LTR,
NULL },
{ "text-editor-direction-ttb-ltr-upright", GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_LTR_UPRIGHT,
NC_("text-editor-action", "TTB-LTR-UPRIGHT"), NULL,
- NC_("text-editor-action", "Upright characters are from top to bottom, Lines are from left to right"),
+ NC_("text-editor-action", "Vertical lines from left to right (upright characters)"),
GIMP_TEXT_DIRECTION_TTB_LTR_UPRIGHT,
NULL },
};
diff --git a/app/actions/text-tool-actions.c b/app/actions/text-tool-actions.c
index 307d2b5aba..3658c0e5d4 100644
--- a/app/actions/text-tool-actions.c
+++ b/app/actions/text-tool-actions.c
@@ -113,22 +113,22 @@ static const GimpRadioActionEntry text_tool_direction_actions[] =
NULL },
{ "text-tool-direction-ttb-rtl", GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_RTL,
- NC_("text-tool-action", "Characters are from top to bottom, Lines are from right to left"), NULL, NULL,
+ NC_("text-tool-action", "Vertical lines from right to left (mixed orientation)"), NULL, NULL,
GIMP_TEXT_DIRECTION_TTB_RTL,
NULL },
{ "text-tool-direction-ttb-rtl-upright", GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_RTL_UPRIGHT,
- NC_("text-tool-action", "Upright characters are from top to bottom, Lines are from right to left"),
NULL, NULL,
+ NC_("text-tool-action", "Vertical lines from right to left (upright characters)"), NULL, NULL,
GIMP_TEXT_DIRECTION_TTB_RTL_UPRIGHT,
NULL },
{ "text-tool-direction-ttb-ltr", GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_LTR,
- NC_("text-tool-action", "Characters are from top to bottom, Lines are from left to right"), NULL, NULL,
+ NC_("text-tool-action", "Vertical lines from left to right (mixed orientation)"), NULL, NULL,
GIMP_TEXT_DIRECTION_TTB_LTR,
NULL },
{ "text-tool-direction-ttb-ltr-upright", GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_LTR_UPRIGHT,
- NC_("text-tool-action", "Upright characters are from top to bottom, Lines are from left to right"),
NULL, NULL,
+ NC_("text-tool-action", "Vertical lines from left to right (upright characters)"), NULL, NULL,
GIMP_TEXT_DIRECTION_TTB_LTR_UPRIGHT,
NULL }
};
diff --git a/libgimpbase/gimpbaseenums.c b/libgimpbase/gimpbaseenums.c
index 83dfe2ef2a..9bfd81a189 100644
--- a/libgimpbase/gimpbaseenums.c
+++ b/libgimpbase/gimpbaseenums.c
@@ -1806,10 +1806,10 @@ gimp_text_direction_get_type (void)
{
{ GIMP_TEXT_DIRECTION_LTR, NC_("text-direction", "From left to right"), NULL },
{ GIMP_TEXT_DIRECTION_RTL, NC_("text-direction", "From right to left"), NULL },
- { GIMP_TEXT_DIRECTION_TTB_RTL, NC_("text-direction", "Characters are from top to bottom, Lines are from
right to left"), NULL },
- { GIMP_TEXT_DIRECTION_TTB_RTL_UPRIGHT, NC_("text-direction", "Upright characters are from top to bottom,
Lines are from right to left"), NULL },
- { GIMP_TEXT_DIRECTION_TTB_LTR, NC_("text-direction", "Characters are from top to bottom, Lines are from
left to right"), NULL },
- { GIMP_TEXT_DIRECTION_TTB_LTR_UPRIGHT, NC_("text-direction", "Upright characters are from top to bottom,
Lines are from left to right"), NULL },
+ { GIMP_TEXT_DIRECTION_TTB_RTL, NC_("text-direction", "Vertical lines from right to left (mixed
orientation)"), NULL },
+ { GIMP_TEXT_DIRECTION_TTB_RTL_UPRIGHT, NC_("text-direction", "Vertical lines from right to left (upright
characters)"), NULL },
+ { GIMP_TEXT_DIRECTION_TTB_LTR, NC_("text-direction", "Vertical lines from left to right (mixed
orientation)"), NULL },
+ { GIMP_TEXT_DIRECTION_TTB_LTR_UPRIGHT, NC_("text-direction", "Vertical lines from left to right (upright
characters)"), NULL },
{ 0, NULL, NULL }
};
diff --git a/libgimpbase/gimpbaseenums.h b/libgimpbase/gimpbaseenums.h
index 6a4d9e3ec8..28e56ce739 100644
--- a/libgimpbase/gimpbaseenums.h
+++ b/libgimpbase/gimpbaseenums.h
@@ -1239,12 +1239,12 @@ GType gimp_text_direction_get_type (void) G_GNUC_CONST;
typedef enum
{
- GIMP_TEXT_DIRECTION_LTR, /*< desc="From left to right" >*/
- GIMP_TEXT_DIRECTION_RTL, /*< desc="From right to left" >*/
- GIMP_TEXT_DIRECTION_TTB_RTL, /*< desc="Characters are from top to bottom, Lines are from right to
left" >*/
- GIMP_TEXT_DIRECTION_TTB_RTL_UPRIGHT, /*< desc="Upright characters are from top to bottom, Lines are from
right to left" >*/
- GIMP_TEXT_DIRECTION_TTB_LTR, /*< desc="Characters are from top to bottom, Lines are from left to
right" >*/
- GIMP_TEXT_DIRECTION_TTB_LTR_UPRIGHT /*< desc="Upright characters are from top to bottom, Lines are from
left to right" >*/
+ GIMP_TEXT_DIRECTION_LTR, /*< desc="From left to right" >*/
+ GIMP_TEXT_DIRECTION_RTL, /*< desc="From right to left" >*/
+ GIMP_TEXT_DIRECTION_TTB_RTL, /*< desc="Vertical lines from right to left (mixed orientation)" >*/
+ GIMP_TEXT_DIRECTION_TTB_RTL_UPRIGHT, /*< desc="Vertical lines from right to left (upright characters)" >*/
+ GIMP_TEXT_DIRECTION_TTB_LTR, /*< desc="Vertical lines from left to right (mixed orientation)" >*/
+ GIMP_TEXT_DIRECTION_TTB_LTR_UPRIGHT /*< desc="Vertical lines from left to right (upright characters)" >*/
} GimpTextDirection;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]