Revert some UBL strings

This commit is contained in:
Scott Lahteine
2018-10-23 15:39:52 -05:00
parent a93e9e6e9b
commit 2f873a119f
13 changed files with 29 additions and 29 deletions

View File

@@ -111,7 +111,7 @@
#define MSG_UBL_EDIT_CUSTOM_MESH _UxGT("Edit Custom Mesh")
#define MSG_UBL_FINE_TUNE_MESH _UxGT("Fine Tuning Mesh")
#define MSG_UBL_DONE_EDITING_MESH _UxGT("Done Editing Mesh")
#define MSG_UBL_BUILD_MESH_CUSTOM _UxGT("Build Custom Mesh")
#define MSG_UBL_BUILD_CUSTOM_MESH _UxGT("Build Custom Mesh")
#define MSG_UBL_BUILD_MESH_MENU _UxGT("Build Mesh")
#define MSG_UBL_BUILD_MESH_M1 _UxGT("Build Mesh (" PREHEAT_1_LABEL ")")
#define MSG_UBL_BUILD_MESH_M2 _UxGT("Build Mesh (" PREHEAT_2_LABEL ")")
@@ -121,7 +121,7 @@
#define MSG_UBL_VALIDATE_MESH_MENU _UxGT("Validate Mesh")
#define MSG_UBL_VALIDATE_MESH_M1 _UxGT("Validate " PREHEAT_1_LABEL " Mesh")
#define MSG_UBL_VALIDATE_MESH_M2 _UxGT("Validate Mesh (" PREHEAT_2_LABEL ")")
#define MSG_UBL_VALIDATE_MESH_CUSTOM _UxGT("Validate Custom Mesh")
#define MSG_UBL_VALIDATE_CUSTOM_MESH _UxGT("Validate Custom Mesh")
#define MSG_UBL_CONTINUE_MESH _UxGT("Continue Bed Mesh")
#define MSG_UBL_MESH_LEVELING _UxGT("Mesh Leveling")
#define MSG_UBL_3POINT_MESH_LEVELING _UxGT("3-Point Leveling")