Ver Fonte

Fixed wrong Project Settings direction on an error message.

Michael Alexsander Silva Dias há 7 anos atrás
pai
commit
e3c1305027
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      scene/main/scene_tree.cpp

+ 1 - 1
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."));
 				}
 			}
 		}