浏览代码

Fixed typo in undefined main_scene alert

Nicholas Bruning 11 年之前
父节点
当前提交
91c0aa8340
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/editor/editor_node.cpp

+ 1 - 1
tools/editor/editor_node.cpp

@@ -1459,7 +1459,7 @@ void EditorNode::_run(bool p_current,const String& p_custom) {
 			current_option=-1;
 			current_option=-1;
 			//accept->get_cancel()->hide();
 			//accept->get_cancel()->hide();
 			accept->get_ok()->set_text("I see..");
 			accept->get_ok()->set_text("I see..");
-			accept->set_text("No main scene has ever been defined.\nSelect one from \"Project Settings\" under the 'run' category.");
+			accept->set_text("No main scene has ever been defined.\nSelect one from \"Project Settings\" under the 'application' category.");
 			accept->popup_centered(Size2(300,100));;
 			accept->popup_centered(Size2(300,100));;
 			return;
 			return;
 		}
 		}