app: fix menu path for gradient tool s/Blen_d/Gra_dient/.

This one string was still using the old name, which appeared in menus or
in the shortcut list.
This commit is contained in:
Jehan 2018-04-14 04:09:29 +02:00
parent 063a83c1ec
commit c3f98cccbd
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ gimp_gradient_tool_register (GimpToolRegisterCallback callback,
"gimp-gradient-tool",
_("Gradient"),
_("Gradient Tool: Fill selected area with a color gradient"),
N_("Blen_d"), "L",
N_("Gra_dient"), "L",
NULL, GIMP_HELP_TOOL_GRADIENT,
GIMP_ICON_TOOL_GRADIENT,
data);