]> spindle.queued.net Git - midori/commitdiff
Label Dummy menu as Tools since it shows up in HUD
authorChristian Dywan <christian@twotoasts.de>
Fri, 25 May 2012 21:41:47 +0000 (23:41 +0200)
committerChristian Dywan <christian@twotoasts.de>
Fri, 25 May 2012 21:46:04 +0000 (23:46 +0200)
midori/midori-browser.c

index 042a06aa9b6023ac1e136a69a25a7fb9e3e06fc6..d30fc1cb88da042ec3b88725fca915ab5343dfa4 100644 (file)
@@ -5465,7 +5465,7 @@ static const GtkActionEntry entries[] =
     { "About", GTK_STOCK_ABOUT,
         NULL, "",
         NULL, G_CALLBACK (_action_about_activate) },
-    { "Dummy", NULL, "Dummy" },
+    { "Dummy", NULL, N_("_Tools") },
 };
 static const guint entries_n = G_N_ELEMENTS (entries);
 
@@ -5707,6 +5707,7 @@ static const gchar* ui_markup =
         "</menu>"
         /* For accelerators to work all actions need to be used
            *somewhere* in the UI definition */
+        /* These also show up in Unity's HUD */
         "<menu action='Dummy'>"
             "<menuitem action='TabMoveBackward'/>"
             "<menuitem action='TabMoveForward'/>"