Use "Menu" without underscore as compact Menu tooltip
This commit is contained in:
parent
e1d385d3ab
commit
8b36138105
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", _("_Menu"),
|
||||
"tooltip", _("Menu"),
|
||||
"array", katze_array_new (KATZE_TYPE_ITEM),
|
||||
NULL);
|
||||
g_object_connect (action,
|
||||
|
|
Loading…
Reference in a new issue