Add custom user menu title (#11769)

This commit is contained in:
InsanityAutomation
2018-09-19 16:04:34 -04:00
committed by Scott Lahteine
parent 17494099a9
commit f38570ac55
71 changed files with 78 additions and 8 deletions

View File

@ -191,7 +191,7 @@
#define MSG_EDITING_STOPPED _UxGT("Mesh Editing Stopped")
#endif
#ifndef MSG_USER_MENU
#define MSG_USER_MENU _UxGT("Custom User Commands")
#define MSG_USER_MENU _UxGT("Custom Commands")
#endif
#ifndef MSG_UBL_DOING_G29
#define MSG_UBL_DOING_G29 _UxGT("Doing G29")