[gimp] Fix typos in translatable strings
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Fix typos in translatable strings
- Date: Mon, 26 Jun 2017 09:58:19 +0000 (UTC)
commit 14795c1f728a979cab9a320a46b5fb1912f71c13
Author: Piotr Drąg <piotrdrag gmail com>
Date: Mon Jun 26 11:57:43 2017 +0200
Fix typos in translatable strings
app/actions/context-actions.c | 6 +++---
app/actions/filters-actions.c | 2 +-
app/actions/tools-actions.c | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/app/actions/context-actions.c b/app/actions/context-actions.c
index e447ef7..f8679dd 100644
--- a/app/actions/context-actions.c
+++ b/app/actions/context-actions.c
@@ -202,7 +202,7 @@ static GimpEnumActionEntry context_colormap_background_actions[] =
GIMP_ACTION_SELECT_LAST, FALSE,
NULL },
{ "context-colormap-background-previous", GIMP_ICON_COLORMAP,
- NC_("context-action", "Background: Use Previous Color From Colormap"), NULL, NULL,
+ NC_("context-action", "Background: Use Previous Color From Colormap"), NULL, NULL,
GIMP_ACTION_SELECT_PREVIOUS, FALSE,
NULL },
{ "context-colormap-background-next", GIMP_ICON_COLORMAP,
@@ -210,11 +210,11 @@ static GimpEnumActionEntry context_colormap_background_actions[] =
GIMP_ACTION_SELECT_NEXT, FALSE,
NULL },
{ "context-colormap-background-previous-skip", GIMP_ICON_COLORMAP,
- NC_("context-action", "Background: Skip Back Color From Colormap"), NULL, NULL,
+ NC_("context-action", "Background: Skip Back Color From Colormap"), NULL, NULL,
GIMP_ACTION_SELECT_SKIP_PREVIOUS, FALSE,
NULL },
{ "context-colormap-background-next-skip", GIMP_ICON_COLORMAP,
- NC_("context-action", "Background: Skip Forward Color From Colormap"), NULL, NULL,
+ NC_("context-action", "Background: Skip Forward Color From Colormap"), NULL, NULL,
GIMP_ACTION_SELECT_SKIP_NEXT, FALSE,
NULL }
};
diff --git a/app/actions/filters-actions.c b/app/actions/filters-actions.c
index 29189a9..7f0a303 100644
--- a/app/actions/filters-actions.c
+++ b/app/actions/filters-actions.c
@@ -364,7 +364,7 @@ static const GimpStringActionEntry filters_interactive_actions[] =
GIMP_HELP_FILTER_HIGH_PASS },
{ "filters-hue-chroma", GIMP_ICON_GEGL,
- NC_("filters-action", "_Hue-_Chroma..."), NULL, NULL,
+ NC_("filters-action", "Hue-_Chroma..."), NULL, NULL,
"gegl:hue-chroma",
GIMP_HELP_FILTER_HUE_CHROMA },
diff --git a/app/actions/tools-actions.c b/app/actions/tools-actions.c
index cd90429..cc9763f 100644
--- a/app/actions/tools-actions.c
+++ b/app/actions/tools-actions.c
@@ -148,7 +148,7 @@ static const GimpEnumActionEntry tools_ink_blob_angle_actions[] =
static const GimpEnumActionEntry tools_airbrush_rate_actions[] =
{
{ "tools-airbrush-rate-set", GIMP_ICON_TOOL_AIRBRUSH,
- NC_("tools-action", "Airbrush Rate: Set "), NULL, NULL,
+ NC_("tools-action", "Airbrush Rate: Set"), NULL, NULL,
GIMP_ACTION_SELECT_SET, TRUE,
NULL },
{ "tools-airbrush-rate-minimum", GIMP_ICON_TOOL_AIRBRUSH,
@@ -269,7 +269,7 @@ static const GimpEnumActionEntry tools_opacity_actions[] =
GIMP_ACTION_SELECT_SET_TO_DEFAULT, FALSE,
NULL },
{ "tools-opacity-minimum", GIMP_ICON_DIALOG_TOOL_OPTIONS,
- NC_("tools-action", "Tool's Opacity: Minimize "), NULL, NULL,
+ NC_("tools-action", "Tool's Opacity: Minimize"), NULL, NULL,
GIMP_ACTION_SELECT_FIRST, FALSE,
NULL },
{ "tools-opacity-maximum", GIMP_ICON_DIALOG_TOOL_OPTIONS,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]