Use "_Menu" as tooltip for the compact Menu button
This commit is contained in:
parent
ebe9cec53a
commit
33f1d0096a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue