2
0
Эх сурвалжийг харах

SDK LodGenerator Tool, fixed some typos

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10708 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
rem..om 12 жил өмнө
parent
commit
9fb93e8f7a

+ 2 - 2
sdk/jme3-core/src/com/jme3/gde/core/sceneexplorer/nodes/actions/impl/GenerateLODVisualPanel1.java

@@ -502,10 +502,10 @@ public final class GenerateLODVisualPanel1 extends JPanel {
     private void reductionMethodActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_reductionMethodActionPerformed
         switch ((LodGenerator.TriangleReductionMethod) reductionMethod.getSelectedItem()) {
             case PROPORTIONAL:
-                reductionDescription.setText("Enter float values from 0 to 1.\n each values represent the proportion of triangle to remove from the full mesh.");
+                reductionDescription.setText("Enter float values from 0 to 1.\n each value represent the proportion of triangles to remove from the full mesh.");
                 break;
             case CONSTANT:
-                reductionDescription.setText("Enter integrer values from 0 to " + triSize + " of the mesh.\n each values represent the number of triangle to remove from the full mesh. ");
+                reductionDescription.setText("Enter integrer values from 0 to " + triSize + " of the mesh.\n each value represent the number of triangles to remove from the full mesh. ");
                 break;
             case COLLAPSE_COST:
                 reductionDescription.setText("Don't use this");