[gimp] app: fix a typo (transarent)
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: fix a typo (transarent)
- Date: Thu, 30 Nov 2017 15:24:03 +0000 (UTC)
commit 33d4095fd527ceb6396b2892426fcea17ce5ef47
Author: Piotr Drąg <piotrdrag gmail com>
Date: Thu Nov 30 16:23:32 2017 +0100
app: fix a typo (transarent)
app/core/core-enums.c | 4 ++--
app/core/core-enums.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/core/core-enums.c b/app/core/core-enums.c
index 6f1ccde..20c3a32 100644
--- a/app/core/core-enums.c
+++ b/app/core/core-enums.c
@@ -994,8 +994,8 @@ gimp_gradient_color_get_type (void)
/* Translators: this is an abbreviated version of "Foreground color".
Keep it short. */
{ GIMP_GRADIENT_COLOR_FOREGROUND, NC_("gradient-color", "FG"), NULL },
- { GIMP_GRADIENT_COLOR_FOREGROUND_TRANSPARENT, NC_("gradient-color", "Foreground color (transarent)"),
NULL },
- /* Translators: this is an abbreviated version of "Foreground color (transarent)".
+ { GIMP_GRADIENT_COLOR_FOREGROUND_TRANSPARENT, NC_("gradient-color", "Foreground color (transparent)"),
NULL },
+ /* Translators: this is an abbreviated version of "Foreground color (transparent)".
Keep it short. */
{ GIMP_GRADIENT_COLOR_FOREGROUND_TRANSPARENT, NC_("gradient-color", "FG (t)"), NULL },
{ GIMP_GRADIENT_COLOR_BACKGROUND, NC_("gradient-color", "Background color"), NULL },
diff --git a/app/core/core-enums.h b/app/core/core-enums.h
index 515c571..2dd1fc8 100644
--- a/app/core/core-enums.h
+++ b/app/core/core-enums.h
@@ -469,7 +469,7 @@ typedef enum /*< pdb-skip >*/
{
GIMP_GRADIENT_COLOR_FIXED, /*< desc="Fixed" >*/
GIMP_GRADIENT_COLOR_FOREGROUND, /*< desc="Foreground color", abbrev="FG" >*/
- GIMP_GRADIENT_COLOR_FOREGROUND_TRANSPARENT, /*< desc="Foreground color (transarent)", abbrev="FG (t)" >*/
+ GIMP_GRADIENT_COLOR_FOREGROUND_TRANSPARENT, /*< desc="Foreground color (transparent)", abbrev="FG (t)" >*/
GIMP_GRADIENT_COLOR_BACKGROUND, /*< desc="Background color", abbrev="BG" >*/
GIMP_GRADIENT_COLOR_BACKGROUND_TRANSPARENT /*< desc="Background color (transparent)", abbrev="BG (t)" >*/
} GimpGradientColor;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]