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



commit 5b999990cbb4b73e48663789b3e04e3158fc6ecb
Author: Michael Natterer <mitch gimp org>
Date:   Sat Jun 15 21:09:55 2013 +0200

    Bug 702359 - 'New Layer Group' menu command should not have ellipsis
    
    so remove them.

 app/actions/layers-actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/actions/layers-actions.c b/app/actions/layers-actions.c
index e68d310..4bf7080 100644
--- a/app/actions/layers-actions.c
+++ b/app/actions/layers-actions.c
@@ -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 },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]