From 117b057edc91ce962e33d7b4109b3f2860029c17 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Fri, 25 May 2012 23:41:47 +0200 Subject: [PATCH] Label Dummy menu as Tools since it shows up in HUD --- midori/midori-browser.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 042a06aa..d30fc1cb 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -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 = "" /* For accelerators to work all actions need to be used *somewhere* in the UI definition */ + /* These also show up in Unity's HUD */ "" "" ""