mirror of https://github.com/PCSX2/pcsx2.git
i18n: Add window menu to WX string override list
WX's translation has mnemonics on macOS
This commit is contained in:
parent
803bac5da0
commit
b9a6dca4b4
|
@ -729,6 +729,7 @@ Pcsx2App::Pcsx2App()
|
||||||
_("Save &As...");
|
_("Save &As...");
|
||||||
_("&Help");
|
_("&Help");
|
||||||
_("&Home");
|
_("&Home");
|
||||||
|
_("&Window");
|
||||||
|
|
||||||
_("Show about dialog.")
|
_("Show about dialog.")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue