mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update menu item names
This commit is contained in:
parent
e12e8c2b7b
commit
dca780ca89
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue