Bug 702359 - 'New Layer Group' menu command should not have ellipsis

so remove them.
This commit is contained in:
Michael Natterer 2013-06-15 21:09:55 +02:00
parent 0a73a787ba
commit 5b999990cb
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 Layer _Group..."), NULL,
NC_("layers-action", "New Layer _Group"), NULL,
NC_("layers-action", "Create a new layer group and add it to the image"),
G_CALLBACK (layers_new_group_cmd_callback),
GIMP_HELP_LAYER_NEW },