[gimp] Change mnemonic of "New Group Layer..." to "G"



commit f1f186c71882c4f0b725703332acd43141e6e36f
Author: Michael Natterer <mitch gimp org>
Date:   Thu Sep 3 09:10:42 2009 +0200

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

 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 7050de8..1ee291e 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 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 },



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