app: more casing inconsistencies and a double space.

This commit is contained in:
Jehan
2017-11-16 02:38:49 +01:00
parent be9d5758c2
commit 0e8b89c821
3 changed files with 5 additions and 5 deletions

View File

@ -174,7 +174,7 @@ static const GimpEnumActionEntry channels_color_tag_actions[] =
{ "channels-color-tag-red", NULL,
NC_("channels-action", "Red"), NULL,
NC_("channels-action", "Channel Color Tag: Set to Red"),
NC_("channels-action", "Channel Color Tag: Set to Red"),
GIMP_COLOR_TAG_RED, FALSE,
GIMP_HELP_CHANNEL_COLOR_TAG },

View File

@ -439,19 +439,19 @@ static const GimpEnumActionEntry layers_color_tag_actions[] =
{ "layers-color-tag-red", NULL,
NC_("layers-action", "Red"), NULL,
NC_("layers-action", "Layer Color Tag: Set to red"),
NC_("layers-action", "Layer Color Tag: Set to Red"),
GIMP_COLOR_TAG_RED, FALSE,
GIMP_HELP_LAYER_COLOR_TAG },
{ "layers-color-tag-violet", NULL,
NC_("layers-action", "Violet"), NULL,
NC_("layers-action", "Layer Color Tag: Set to violet"),
NC_("layers-action", "Layer Color Tag: Set to Violet"),
GIMP_COLOR_TAG_VIOLET, FALSE,
GIMP_HELP_LAYER_COLOR_TAG },
{ "layers-color-tag-gray", NULL,
NC_("layers-action", "Gray"), NULL,
NC_("layers-action", "Layer Color Tag: Set to gray"),
NC_("layers-action", "Layer Color Tag: Set to Gray"),
GIMP_COLOR_TAG_GRAY, FALSE,
GIMP_HELP_LAYER_COLOR_TAG }
};

View File

@ -239,7 +239,7 @@ static const GimpEnumActionEntry vectors_color_tag_actions[] =
{ "vectors-color-tag-gray", NULL,
NC_("vectors-action", "Gray"), NULL,
NC_("vectors-action", "Path Color Tag: Set to gray"),
NC_("vectors-action", "Path Color Tag: Set to Gray"),
GIMP_COLOR_TAG_GRAY, FALSE,
GIMP_HELP_PATH_COLOR_TAG }
};