mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-12 05:31:06 +00:00
update menu item names
This commit is contained in:
parent
e12e8c2b7b
commit
dca780ca89
@ -26,12 +26,12 @@ Menu::Menu()
|
||||
);
|
||||
|
||||
tab_close->append(
|
||||
_("Tabs to left"),
|
||||
_("All tabs to left"),
|
||||
"win.tab_close_left"
|
||||
);
|
||||
|
||||
tab_close->append(
|
||||
_("Tabs to right"),
|
||||
_("All tabs to right"),
|
||||
"win.tab_close_right"
|
||||
);
|
||||
|
||||
@ -62,7 +62,7 @@ Menu::Menu()
|
||||
);
|
||||
|
||||
main->append_submenu(
|
||||
_("Tool"),
|
||||
_("Tools"),
|
||||
tool
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user