Change mnemonic of "New Group Layer..." to "G"

This commit is contained in:
Michael Natterer 2009-09-03 09:10:42 +02:00
parent 4347c67964
commit f1f186c718
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ static const GimpActionEntry layers_actions[] =
GIMP_HELP_LAYER_NEW_FROM_VISIBLE },
{ "layers-new-group", GTK_STOCK_DIRECTORY,
NC_("layers-action", "_New Group Layer..."), NULL,
NC_("layers-action", "New _Group Layer..."), NULL,
NC_("layers-action", "Create a new group layer and add it to the image"),
G_CALLBACK (layers_new_group_cmd_callback),
GIMP_HELP_LAYER_NEW },