app/tools/gimpfliptool.c app/tools/gimpperspectivetool.c

2006-10-17  Sven Neumann  <sven@gimp.org>

	* app/tools/gimpfliptool.c
	* app/tools/gimpperspectivetool.c
	* app/tools/gimprotatetool.c
	* app/tools/gimpscaletool.c
	* app/tools/gimpsheartool.c: mention paths in the tooltips.
This commit is contained in:
Sven Neumann 2006-10-17 09:38:51 +00:00 committed by Sven Neumann
parent 8d6b5e158e
commit 98cab0ff06
6 changed files with 15 additions and 5 deletions

View File

@ -1,3 +1,11 @@
2006-10-17 Sven Neumann <sven@gimp.org>
* app/tools/gimpfliptool.c
* app/tools/gimpperspectivetool.c
* app/tools/gimprotatetool.c
* app/tools/gimpscaletool.c
* app/tools/gimpsheartool.c: mention paths in the tooltips.
2006-10-17 Sven Neumann <sven@gimp.org>
* plug-ins/script-fu/script-fu-console.[ch]

View File

@ -75,7 +75,8 @@ gimp_flip_tool_register (GimpToolRegisterCallback callback,
0,
"gimp-flip-tool",
_("Flip"),
_("Flip Tool: Reverse the layer horizontally or vertically"),
_("Flip Tool: "
"Reverse the layer, selection or path horizontally or vertically"),
N_("_Flip"), "<shift>F",
NULL, GIMP_HELP_TOOL_FLIP,
GIMP_STOCK_TOOL_FLIP,

View File

@ -66,7 +66,8 @@ gimp_perspective_tool_register (GimpToolRegisterCallback callback,
0,
"gimp-perspective-tool",
_("Perspective"),
_("Perspective Tool: Change perspective of the layer or selection"),
_("Perspective Tool: "
"Change perspective of the layer, selection or path"),
N_("_Perspective"), "<shift>P",
NULL, GIMP_HELP_TOOL_PERSPECTIVE,
GIMP_STOCK_TOOL_PERSPECTIVE,

View File

@ -84,7 +84,7 @@ gimp_rotate_tool_register (GimpToolRegisterCallback callback,
0,
"gimp-rotate-tool",
_("Rotate"),
_("Rotate Tool: Rotate the layer or selection"),
_("Rotate Tool: Rotate the layer, selection or path"),
N_("_Rotate"), "<shift>R",
NULL, GIMP_HELP_TOOL_ROTATE,
GIMP_STOCK_TOOL_ROTATE,

View File

@ -77,7 +77,7 @@ gimp_scale_tool_register (GimpToolRegisterCallback callback,
0,
"gimp-scale-tool",
_("Scale"),
_("Scale Tool: Scale the layer or selection"),
_("Scale Tool: Scale the layer, selection or path"),
N_("_Scale"), "<shift>T",
NULL, GIMP_HELP_TOOL_SCALE,
GIMP_STOCK_TOOL_SCALE,

View File

@ -84,7 +84,7 @@ gimp_shear_tool_register (GimpToolRegisterCallback callback,
0,
"gimp-shear-tool",
_("Shear"),
_("Shear Tool: Shear the layer or selection"),
_("Shear Tool: Shear the layer, selection or path"),
N_("S_hear"), "<shift>S",
NULL, GIMP_HELP_TOOL_SHEAR,
GIMP_STOCK_TOOL_SHEAR,