From c1ce5b87b4840076f8186d1ee9942f5628cf018b Mon Sep 17 00:00:00 2001 From: Tomasz Chabora Date: Tue, 12 Mar 2019 16:12:14 +0100 Subject: Changed 'Custom Node' to 'Other Node' to be less confusing --- editor/scene_tree_dock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/scene_tree_dock.cpp b/editor/scene_tree_dock.cpp index 66163d7e0a..9da4d1b145 100644 --- a/editor/scene_tree_dock.cpp +++ b/editor/scene_tree_dock.cpp @@ -962,7 +962,7 @@ void SceneTreeDock::_notification(int p_what) { Button *button_custom = memnew(Button); node_shortcuts->add_child(button_custom); - button_custom->set_text(TTR("Custom Node")); + button_custom->set_text(TTR("Other Node")); button_custom->set_icon(get_icon("Add", "EditorIcons")); button_custom->connect("pressed", this, "_tool_selected", make_binds(TOOL_NEW, false)); -- cgit v1.2.3