Parcourir la source

Editor: Correct Typo in Sidebar.Geometry.BoxGeometry

Michael Herzog il y a 9 ans
Parent
commit
fa8f62de2d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      editor/js/Sidebar.Geometry.BoxGeometry.js

+ 1 - 1
editor/js/Sidebar.Geometry.BoxGeometry.js

@@ -66,7 +66,7 @@ Sidebar.Geometry.BoxGeometry = function ( editor, object ) {
 	var depthSegmentsRow = new UI.Row();
 	var depthSegments = new UI.Integer( parameters.depthSegments ).setRange( 1, Infinity ).onChange( update );
 
-	depthSegmentsRow.add( new UI.Text( 'Height segments' ).setWidth( '90px' ) );
+	depthSegmentsRow.add( new UI.Text( 'Depth segments' ).setWidth( '90px' ) );
 	depthSegmentsRow.add( depthSegments );
 
 	container.add( depthSegmentsRow );