summaryrefslogtreecommitdiff
path: root/scene
diff options
context:
space:
mode:
authorNoshyaar <poommetee@protonmail.com>2017-12-21 09:44:29 +0700
committerGitHub <noreply@github.com>2017-12-21 09:44:29 +0700
commit8297ea903a0568c715bdcd421382788174c7d14f (patch)
treecd964beaf534f793371d887664c4a55744e2f781 /scene
parent0b1e6ec2195a22ad66513685d0c0850eaeb9b528 (diff)
parente3c1305027d1a7254be3993ae425fcb7f5c9e7d5 (diff)
Merge pull request #14885 from YeldhamDev/scene_tree_path
Fixed wrong Project Settings direction on an error message
Diffstat (limited to 'scene')
-rw-r--r--scene/main/scene_tree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/main/scene_tree.cpp b/scene/main/scene_tree.cpp
index 400c7f5b6e..7c31b72bb5 100644
--- a/scene/main/scene_tree.cpp
+++ b/scene/main/scene_tree.cpp
@@ -2350,7 +2350,7 @@ SceneTree::SceneTree() {
ProjectSettings::get_singleton()->set("rendering/environment/default_environment", "");
} else {
//file was erased, notify user.
- ERR_PRINTS(RTR("Default Environment as specified in Project Setings (Rendering -> Viewport -> Default Environment) could not be loaded."));
+ ERR_PRINTS(RTR("Default Environment as specified in Project Setings (Rendering -> Environment -> Default Environment) could not be loaded."));
}
}
}