Skip to content
Snippets Groups Projects
Commit 20f16883 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Try whole word over abbrev. for error

parent 59e8707a
Branches
Tags
No related merge requests found
...@@ -742,7 +742,7 @@ ...@@ -742,7 +742,7 @@
#define MSG_CNG_SDCARD _UxGT("Change SD card") #define MSG_CNG_SDCARD _UxGT("Change SD card")
#endif #endif
#ifndef MSG_ZPROBE_OUT #ifndef MSG_ZPROBE_OUT
#define MSG_ZPROBE_OUT _UxGT("Z probe out. bed") #define MSG_ZPROBE_OUT _UxGT("Z Probe past bed")
#endif #endif
#ifndef MSG_SKEW_FACTOR #ifndef MSG_SKEW_FACTOR
#define MSG_SKEW_FACTOR _UxGT("Skew Factor") #define MSG_SKEW_FACTOR _UxGT("Skew Factor")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment