Skip to content

Commit

Permalink
fix spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
skylli authored Feb 28, 2018
1 parent 14d3e24 commit 911a5dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Marlin/language_en.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
#define MSG_MOVE_AXIS _UxGT("Move axis")
#endif
#ifndef MSG_AUTO_BED_LEVEING
#define MSG_AUTO_BED_LEVEING _UxGT("Auto leveing")
#define MSG_AUTO_BED_LEVEING _UxGT("Auto leveling")
#endif


Expand Down Expand Up @@ -1053,7 +1053,7 @@
#endif

#ifndef MSG_ADJUST_Z
#define MSG_ADJUST_Z "Adjust Z-axi"
#define MSG_ADJUST_Z "Adjust Z-axis"
#endif
// reload adjust z axis menu line 1
#ifndef MSG_ADJUST_Z_AXIS_L1
Expand All @@ -1066,7 +1066,7 @@
#endif
// reload adjust z axis menu line 3
#ifndef MSG_ADJUST_Z_AXIS_L3
#define MSG_ADJUST_Z_AXIS_L3 "Threed times"
#define MSG_ADJUST_Z_AXIS_L3 "Three times"
#endif
// reload adjust z axis menu line 4
#ifndef MSG_ADJUST_Z_AXIS_L4
Expand Down

0 comments on commit 911a5dc

Please sign in to comment.