Remap Linear Invert's mnemonic to I to remove a duplicate with Levels

This commit is contained in:
Alexandre Prokoudine 2019-02-14 01:18:09 +03:00
parent 636b77f7d3
commit 616efae3b0
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ static const GimpStringActionEntry filters_actions[] =
GIMP_HELP_FILTER_COLOR_ENHANCE },
{ "filters-invert-linear", GIMP_ICON_INVERT,
NC_("filters-action", "_Linear Invert"), NULL, NULL,
NC_("filters-action", "L_inear Invert"), NULL, NULL,
"gegl:invert-linear",
GIMP_HELP_FILTER_INVERT_LINEAR },