Explorar el Código

Fixed copy&paste error #28117

Changed "left to right" in VSplitContainer to "top to bottom".

(cherry picked from commit aa8b2f444801f1dccbceaab797d6aa9e0dc9af90)
Soham Kar hace 6 años
padre
commit
aa0d4ffe51
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      doc/classes/VSplitContainer.xml

+ 1 - 1
doc/classes/VSplitContainer.xml

@@ -4,7 +4,7 @@
 		Vertical split container.
 		Vertical split container.
 	</brief_description>
 	</brief_description>
 	<description>
 	<description>
-		Vertical split container. See [SplitContainer]. This goes from left to right.
+		Vertical split container. See [SplitContainer]. This goes from top to bottom.
 	</description>
 	</description>
 	<tutorials>
 	<tutorials>
 	</tutorials>
 	</tutorials>