Corrected capitalisation of macOS
In documentation and comments, ignoring thirdparty code
This commit is contained in:
parent
550a779851
commit
4505049ba6
6 changed files with 16 additions and 16 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue