mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-05 20:22:59 +00:00
Corrected capitalisation of macOS
In documentation and comments, ignoring thirdparty code
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user