瀏覽代碼

Merge branch 'master' of https://github.com/okamstudio/godot

Juan Linietsky 10 年之前
父節點
當前提交
31e076d16a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/editor/scene_tree_dock.cpp

+ 1 - 1
tools/editor/scene_tree_dock.cpp

@@ -1254,7 +1254,7 @@ SceneTreeDock::SceneTreeDock(EditorNode *p_editor,Node *p_scene_root,EditorSelec
 
 	tb = memnew( ToolButton );
 	tb->connect("pressed",this,"_tool_selected",make_binds(TOOL_INSTANCE, false));
-	tb->set_tooltip("Instance a Node from scene file.");
+	tb->set_tooltip("Instance a scene file as a Node.");
 	hbc_top->add_child(tb);
 	tool_buttons[TOOL_INSTANCE]=tb;