summaryrefslogtreecommitdiff
path: root/tools/editor
diff options
context:
space:
mode:
authorAnton Yabchinskiy <arn@bestmx.ru>2015-02-20 13:41:37 +0300
committerAnton Yabchinskiy <arn@bestmx.ru>2015-02-20 13:41:37 +0300
commit19a99afa81354ed69e1c07b6050aeb438e4ee2cb (patch)
treeff1bd5e8aa7179af55975952d2f5885c7abb09a2 /tools/editor
parent2735deb0cf1301a9fd1e6d008b7db3d028563aa7 (diff)
parent31e076d16affca682e956c966c0a8f9218a2b192 (diff)
Merge branch 'master' of https://github.com/okamstudio/godot
Diffstat (limited to 'tools/editor')
-rw-r--r--tools/editor/scene_tree_dock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/scene_tree_dock.cpp b/tools/editor/scene_tree_dock.cpp
index 6f33d4b3d1..2012d96664 100644
--- a/tools/editor/scene_tree_dock.cpp
+++ b/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;