app: use "g" for gradient shortcut.

It makes more sense than "l" as a default, and "g" was currently unused.
So not much left to ponder.
This commit is contained in:
Jehan
2018-04-14 14:27:36 +02:00
parent 5e98dade14
commit 6b0f5136e0

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_("Gra_dient"), "L",
N_("Gra_dient"), "G",
NULL, GIMP_HELP_TOOL_GRADIENT,
GIMP_ICON_TOOL_GRADIENT,
data);