🌐 MSG_PROBING_MESH => MSG_PROBING_POINT

This commit is contained in:
Scott Lahteine
2021-08-29 23:02:53 -05:00
parent 8f57a21176
commit d95d452b29
22 changed files with 23 additions and 23 deletions

View File

@@ -147,7 +147,7 @@ namespace Language_en {
PROGMEM Language_Str MSG_MESH_EDITOR = _UxGT("Mesh Editor");
PROGMEM Language_Str MSG_EDIT_MESH = _UxGT("Edit Mesh");
PROGMEM Language_Str MSG_EDITING_STOPPED = _UxGT("Mesh Editing Stopped");
PROGMEM Language_Str MSG_PROBING_MESH = _UxGT("Probing Point");
PROGMEM Language_Str MSG_PROBING_POINT = _UxGT("Probing Point");
PROGMEM Language_Str MSG_MESH_X = _UxGT("Index X");
PROGMEM Language_Str MSG_MESH_Y = _UxGT("Index Y");
PROGMEM Language_Str MSG_MESH_EDIT_Z = _UxGT("Z Value");