Use "_Menu" as tooltip for the compact Menu button

This commit is contained in:
Christian Dywan 2009-06-27 23:29:00 +02:00
parent ebe9cec53a
commit 33f1d0096a

View file

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