Skip to content

Commit

Permalink
remove '&' from the menu messages
Browse files Browse the repository at this point in the history
  • Loading branch information
filipgoc committed Oct 30, 2017
1 parent b89d3cd commit d280455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/language_en.h
Original file line number Diff line number Diff line change
Expand Up @@ -476,10 +476,10 @@
#define MSG_RETURN_TO_MAIN _UxGT("Return to main menu")
#endif
#ifndef MSG_RETURN_AND_DISABLE_STEPPERS
#define MSG_RETURN_AND_DISABLE_STEPPERS _UxGT("Unlock motors & "LCD_STR_UPLEVEL)
#define MSG_RETURN_AND_DISABLE_STEPPERS _UxGT("Unlock motors "LCD_STR_UPLEVEL)
#endif
#ifndef MSG_RETURN_AND_HOME
#define MSG_RETURN_AND_HOME _UxGT("Home XYZ & "LCD_STR_UPLEVEL )
#define MSG_RETURN_AND_HOME _UxGT("Home XYZ "LCD_STR_UPLEVEL )
#endif
#ifndef MSG_EDIT_PID
#define MSG_EDIT_PID _UxGT("Edit PID Values")
Expand Down

0 comments on commit d280455

Please sign in to comment.