mirror of https://github.com/GNOME/gimp.git
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:
parent
063a83c1ec
commit
c3f98cccbd
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue