Преглед изворни кода

Update Sidebar.Geometry.Modifiers.js

Fix string key.
Michael Herzog пре 3 година
родитељ
комит
f3a832e637
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      editor/js/Sidebar.Geometry.Modifiers.js

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

@@ -12,7 +12,7 @@ function SidebarGeometryModifiers( editor, object ) {
 
 
 	// Compute Vertex Normals
 	// Compute Vertex Normals
 
 
-	const button = new UIButton( strings.getKey( 'sidebar/geometry/show_vertex_normals' ) );
+	const button = new UIButton( strings.getKey( 'sidebar/geometry/compute_vertex_normals' ) );
 	button.onClick( function () {
 	button.onClick( function () {
 
 
 		geometry.computeVertexNormals();
 		geometry.computeVertexNormals();