diff --git a/js/menus/templates/LatticeMenuView.html b/js/menus/templates/LatticeMenuView.html index 6e218f2ab529a617771fa7b261c9d122d345054a..6d450b191f5e9b5f8663922ab96d23dd52ebaf70 100644 --- a/js/menus/templates/LatticeMenuView.html +++ b/js/menus/templates/LatticeMenuView.html @@ -30,7 +30,7 @@ Aspect Ratio: <input data-property="aspectRatio" data-key="y" value="<%= aspectRatio.y %>" placeholder="Y" class="form-control floatInput" type="text"> <input data-property="aspectRatio" data-key="z" value="<%= aspectRatio.z %>" placeholder="Z" class="form-control floatInput" type="text"><br/><br/> <% if (connectionType == "gik") { %> - GIK Length: <input data-property="gikLength" value="<%= gikLength %>" placeholder="GIK length" class="form-control intInput appState" type="text"><br/><br/> + Part Length: <input data-property="gikLength" value="<%= gikLength %>" placeholder="Length" class="form-control intInput appState" type="text"><br/><br/> <% } %> <a href="#" class="clearCells btn btn-block btn-lg btn-danger">Clear All Cells</a><br/> Num Cells: <%= numCells %><br/> diff --git a/js/plists/PList.js b/js/plists/PList.js index bdbfd5f15f1c358095a9ff16b1ea59009c60c3af..9650231724a9e95261c7c5a2f7f99dc40445fe77 100644 --- a/js/plists/PList.js +++ b/js/plists/PList.js @@ -202,11 +202,11 @@ define(['three'], function(THREE){ } }, gik: { - name: "GIK", + name: "Lego", subclass: "gikLattice", type: { willGik: { - name: "Will's Lattice", + name: "Electronic GIK Lattice", parts: { lego: { name: "Micro LEGO (high res)"