diff --git a/ChangeLog b/ChangeLog index 4845880bbc..95dd49b25b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-08 Sven Neumann + + * plug-ins/common/screenshot.c: changed label of default action + button to "Grab". + 2004-11-08 Sven Neumann * plug-ins/common/CEL.c diff --git a/plug-ins/common/screenshot.c b/plug-ins/common/screenshot.c index 17fe627ab1..0112a1b990 100644 --- a/plug-ins/common/screenshot.c +++ b/plug-ins/common/screenshot.c @@ -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);