浏览代码

Change "Custom Node" to "Other Node" in Scenes and nodes (#3877)

Marcin Sędłak-Jakubowski 5 年之前
父节点
当前提交
fe674e3b30
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 二进制
      getting_started/step_by_step/img/newnode_button.png
  2. 2 2
      getting_started/step_by_step/scenes_and_nodes.rst

二进制
getting_started/step_by_step/img/newnode_button.png


+ 2 - 2
getting_started/step_by_step/scenes_and_nodes.rst

@@ -97,7 +97,7 @@ empty scene, as the "root" node).
     In an empty scene (without root node), the scene dock shows several
     options to quickly add a root node to the scene. "2D Scene" adds a
     Node2D node, "3D Scene" adds a Spatial node, "User Interface" adds a
-    Control node, and "Custom Node" which lets you select any node (so it
+    Control node, and "Other Node" which lets you select any node (so it
     is equivalent to pressing the "Add Child Node" button). You can also
     press the star-shaped icon to toggle the display of your favorited
     nodes.
@@ -107,7 +107,7 @@ empty scene, as the "root" node).
     node as its root node, likewise not every GUI or 2D scene needs a Control
     node or Node2D as their root node.
 
-Now, to add a label node to this scene you can click on the Custom Node
+Now, to add a label node to this scene you can click on the Other Node
 button or the Add Node button at the top. In scenes that aren't empty you
 use the add node button to create every child node.