Procházet zdrojové kódy

Update Sidebar.Geometry.Modifiers.js

Fix string key.
Michael Herzog před 3 roky
rodič
revize
f3a832e637
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
 
-	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 () {
 
 		geometry.computeVertexNormals();