changed label of default action button to "Grab".

2004-11-08  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/screenshot.c: changed label of default action
	button to "Grab".
This commit is contained in:
Sven Neumann 2004-11-08 12:29:57 +00:00 committed by Sven Neumann
parent 8b74f33c86
commit d9075fb76d
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-11-08 Sven Neumann <sven@gimp.org>
* plug-ins/common/screenshot.c: changed label of default action
button to "Grab".
2004-11-08 Sven Neumann <sven@gimp.org>
* plug-ins/common/CEL.c

View file

@ -640,7 +640,7 @@ shoot_dialog (void)
gimp_standard_help_func, HELP_ID,
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
GTK_STOCK_OK, GTK_RESPONSE_OK,
_("Grab"), GTK_RESPONSE_OK,
NULL);