app: Use Shift+G for Cage Tool

We can't use Shift+R which is taken by the rotate tool, so use Shift+G
instead. G is for "Green coordinate".
This commit is contained in:
Martin Nordholts 2010-11-04 21:44:31 +01:00
parent 26ca306cc9
commit 5ce581f797
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ gimp_cage_tool_register (GimpToolRegisterCallback callback,
"gimp-cage-tool",
_("Cage Transform"),
_("Cage Transform: Deform a selection with a cage"),
N_("_Cage Transform"), "<shift>R",
N_("_Cage Transform"), "<shift>G",
NULL, GIMP_HELP_TOOL_CAGE,
GIMP_STOCK_TOOL_CAGE,
data);