JANITORIAL: "Mac OS X" and "OS X" to "macOS" in comments

Apple's desktop operating system was formerly called "Mac OS X" and "OS X", but since 2016 it has been called "macOS" (starting with version 10.12).

Changing across all comments and documentation to use this current terminology, except in cases where the historical versions are explicitly referenced. No code changes are made; we should consider changing those in future PRs.
This commit is contained in:
Thunderforge 2022-01-28 20:58:21 -06:00 committed by Paweł Kołodziejski
parent 1c52c5de5f
commit fd129ebc0c
50 changed files with 106 additions and 106 deletions

View file

@ -104,7 +104,7 @@ void OSystem_MacOSX::initBackend() {
TransMan.setLanguage(ConfMan.get("gui_language").c_str());
#endif // USE_TRANSLATION
// Replace the SDL generated menu items with our own translated ones on Mac OS X
// Replace the SDL generated menu items with our own translated ones on macOS
replaceApplicationMenuItems();
#ifdef USE_SPARKLE