diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d186c756..583e5482 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 diff --git a/app/index.html b/app/index.html index 44457847..238c953c 100644 --- a/app/index.html +++ b/app/index.html @@ -277,7 +277,7 @@
  • Calibrate Y-Axes Steps/mm
  • Calibrate Z-Axes Steps/mm
  • -
  • Customise Shortcut Key Assignments
  • +
  • Customize Shortcut Key Assignments
  • Flashing Tool
  • @@ -953,7 +953,7 @@
    Custom Grbl Flashing Tool
    -

    You can use this wizard to flash customised instances of Grbl Firmware onto a compatible controller
    Only use with care, or when instructed by Support

    +

    You can use this wizard to flash customized instances of Grbl Firmware onto a compatible controller
    Only use with care, or when instructed by Support

    diff --git a/app/js/keyboard.js b/app/js/keyboard.js index b8ce3470..025d1160 100644 --- a/app/js/keyboard.js +++ b/app/js/keyboard.js @@ -359,7 +359,7 @@ function keyboardShortcutsEditor() {
    ` Metro.dialog.create({ - title: " Customise Keyboard Shortcuts", + title: " Customize Keyboard Shortcuts", content: template, width: 600, clsDialog: 'dark', diff --git a/package.json b/package.json index 55a19091..26d5bdfd 100644 --- a/package.json +++ b/package.json @@ -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 ",