removed "Resize" from the tool name and description.

2006-09-13  Sven Neumann  <sven@gimp.org>

	* app/tools/gimpcroptool.c (gimp_crop_tool_register): removed
	"Resize" from the tool name and description.
This commit is contained in:
Sven Neumann 2006-09-13 16:03:24 +00:00 committed by Sven Neumann
parent 56cf1aba38
commit 0fb9104817
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2006-09-13 Sven Neumann <sven@gimp.org>
* app/tools/gimpcroptool.c (gimp_crop_tool_register): removed
"Resize" from the tool name and description.
2006-09-13 Sven Neumann <sven@gimp.org>
* app/dialogs/preferences-dialog.c: changed mnemonics (bug #355761).

View File

@ -101,9 +101,9 @@ gimp_crop_tool_register (GimpToolRegisterCallback callback,
gimp_crop_options_gui,
0,
"gimp-crop-tool",
_("Crop & Resize"),
_("Crop or Resize an image"),
N_("_Crop & Resize"), "<shift>C",
_("Crop"),
_("Crop an image"),
N_("_Crop"), "<shift>C",
NULL, GIMP_HELP_TOOL_CROP,
GIMP_STOCK_TOOL_CROP,
data);