Corrected capitalisation of macOS

In documentation and comments, ignoring thirdparty code
This commit is contained in:
John Veness 2023-03-12 16:48:52 +00:00
parent 550a779851
commit 4505049ba6
6 changed files with 16 additions and 16 deletions

View file

@ -7456,7 +7456,7 @@ EditorNode::EditorNode() {
#ifndef ANDROID_ENABLED
if (OS::get_singleton()->get_data_path() == OS::get_singleton()->get_config_path()) {
// Configuration and data folders are located in the same place (Windows/MacOS).
// Configuration and data folders are located in the same place (Windows/macOS).
settings_menu->add_item(TTR("Open Editor Data/Settings Folder"), SETTINGS_EDITOR_DATA_FOLDER);
} else {
// Separate configuration and data folders (Linux).