From: Christian Dywan Date: Fri, 25 May 2012 21:41:47 +0000 (+0200) Subject: Label Dummy menu as Tools since it shows up in HUD X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=117b057edc91ce962e33d7b4109b3f2860029c17;p=midori Label Dummy menu as Tools since it shows up in HUD --- 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 */ "" "" ""