Skip to content

Commit

Permalink
Fix Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
petervanderwalt committed May 24, 2019
1 parent aa05087 commit 7e1da33
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
v1.0.171: Fix Keyboard-Jog Default Assignment bug
v1.0.172: Fix spelling error (US vs UK English)
v1.0.171: Fix Keyboard-Jog Default Assignment bug
v1.0.170: MacOS: Fixes: Top Menu, Copy/Paste, Label for Port Name (remove /dev/tty to keep smaller)
v1.0.169: Added Estimated Time to Serial Log on GCODE Load.
v1.0.168: Improved Grbl Flashing Tool and Moved to "Wizards and Tools", Improved Inch Mode 3D viewer, fix bug in Continious Jog
Expand Down
4 changes: 2 additions & 2 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
<li class="disabled grblCalibrationMenu" onclick="ystepscalibrate();"><a href="#"><i class="fas fa-wrench fa-fw"></i> Calibrate Y-Axes Steps/mm</a></li>
<li class="disabled grblCalibrationMenu" onclick="zstepscalibrate();"><a href="#"><i class="fas fa-wrench fa-fw"></i> Calibrate Z-Axes Steps/mm</a></li>
<li class="divider fg-lightGray"></li>
<li onclick="keyboardShortcutsEditor();"><a href="#"><i class="far fa-edit fa-fw"></i> Customise Shortcut Key Assignments</a></li>
<li onclick="keyboardShortcutsEditor();"><a href="#"><i class="far fa-edit fa-fw"></i> Customize Shortcut Key Assignments</a></li>
<li class="divider fg-lightGray"></li>
<li onclick="populateGrblBuilderToolForm();"><a href="#"><img src="img/grbl.png"/> Flashing Tool</a></li>
</ul>
Expand Down Expand Up @@ -953,7 +953,7 @@
<div class="dialog dark" data-role="dialog" id="grblFlashDialog" data-width="60%" data-actions-align="right" data-overlay-click-close="true">
<div class="dialog-title"><img src="img/grbltop.png" /> Custom Grbl Flashing Tool</div>
<div class="dialog-content" style="height: calc(100% - 100px);">
<p class="text-small mb-4">You can use this wizard to flash customised instances of Grbl Firmware onto a compatible controller<br>Only use with care, or when instructed by Support</p>
<p class="text-small mb-4">You can use this wizard to flash customized instances of Grbl Firmware onto a compatible controller<br>Only use with care, or when instructed by Support</p>
<form>
<div class="row">
<div class="cell-md-4 mb-1">
Expand Down
2 changes: 1 addition & 1 deletion app/js/keyboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ function keyboardShortcutsEditor() {
</div>`

Metro.dialog.create({
title: "<i class='far fa-keyboard fa-fw'></i> Customise Keyboard Shortcuts",
title: "<i class='far fa-keyboard fa-fw'></i> Customize Keyboard Shortcuts",
content: template,
width: 600,
clsDialog: 'dark',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "OpenBuildsCONTROL",
"version": "1.0.171",
"version": "1.0.172",
"license": "AGPL-3.0",
"description": "Machine Interface Driver for OpenBuilds",
"author": "github.com/openbuilds <webmaster@openbuilds.com>",
Expand Down

0 comments on commit 7e1da33

Please sign in to comment.