mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-04 12:33:55 -06:00
Try whole word over abbrev. for error
This commit is contained in:
parent
59e8707a4f
commit
20f1688376
1 changed files with 1 additions and 1 deletions
|
@ -742,7 +742,7 @@
|
|||
#define MSG_CNG_SDCARD _UxGT("Change SD card")
|
||||
#endif
|
||||
#ifndef MSG_ZPROBE_OUT
|
||||
#define MSG_ZPROBE_OUT _UxGT("Z probe out. bed")
|
||||
#define MSG_ZPROBE_OUT _UxGT("Z Probe past bed")
|
||||
#endif
|
||||
#ifndef MSG_SKEW_FACTOR
|
||||
#define MSG_SKEW_FACTOR _UxGT("Skew Factor")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue