Browse Source

Merge pull request #830 from davcri/patch-1

"Scenes and nodes": fix text according to the displayed editor image
Rémi Verschelde 7 years ago
parent
commit
49fc34c321
1 changed files with 3 additions and 3 deletions
  1. 3 3
      learning/step_by_step/scenes_and_nodes.rst

+ 3 - 3
learning/step_by_step/scenes_and_nodes.rst

@@ -124,9 +124,9 @@ And finally, create the Label! A lot happens when Create is pressed:
 First of all, the scene changes to the 2D editor (because Label is a 2D Node
 First of all, the scene changes to the 2D editor (because Label is a 2D Node
 type), and the Label appears, selected, at the top left corner of the viewport.
 type), and the Label appears, selected, at the top left corner of the viewport.
 
 
-The node appears in the scene tree editor (box in the top left
-corner), and the label properties appear in the Inspector (box on the
-right side).
+The node appears in the scene tree editor (box in the top right
+corner), and the label properties appear in the Inspector (box in the
+bottom right corner).
 
 
 The next step will be to change the "Text" Property of the label. Let's
 The next step will be to change the "Text" Property of the label. Let's
 change it to "Hello, World!":
 change it to "Hello, World!":