[gimp] app: only one mnemonic letter per filter



commit 7f93fbc19a7c9f0e39cb085e3b74c4e1c2b24ca2
Author: Marco Ciampa <ciampix libero it>
Date:   Thu Sep 26 11:31:43 2013 +0200

    app: only one mnemonic letter per filter

 plug-ins/common/animation-play.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/animation-play.c b/plug-ins/common/animation-play.c
index d31e970..f426326 100644
--- a/plug-ins/common/animation-play.c
+++ b/plug-ins/common/animation-play.c
@@ -592,7 +592,7 @@ ui_manager_new (GtkWidget *window)
   static GtkActionEntry actions[] =
   {
     { "step-back", GTK_STOCK_MEDIA_PREVIOUS,
-      N_("_Step_back"), "d", N_("Step back to previous frame"),
+      N_("Step _back"), "d", N_("Step back to previous frame"),
       G_CALLBACK (step_back_callback) },
 
     { "step", GTK_STOCK_MEDIA_NEXT,


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