Use "Menu" without underscore as compact Menu tooltip

This commit is contained in:
Christian Dywan 2009-06-27 23:56:01 +02:00
parent e1d385d3ab
commit 8b36138105

View file

@ -4824,7 +4824,7 @@ midori_browser_init (MidoriBrowser* browser)
"name", "CompactMenu", "name", "CompactMenu",
"label", _("_Menu"), "label", _("_Menu"),
"stock-id", STOCK_WEB_BROWSER, "stock-id", STOCK_WEB_BROWSER,
"tooltip", _("_Menu"), "tooltip", _("Menu"),
"array", katze_array_new (KATZE_TYPE_ITEM), "array", katze_array_new (KATZE_TYPE_ITEM),
NULL); NULL);
g_object_connect (action, g_object_connect (action,