🌐 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

@@ -103,7 +103,7 @@ namespace Language_zh_TW {
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("索引 X"); // "Index X"
PROGMEM Language_Str MSG_MESH_Y = _UxGT("索引 Y"); // "Index Y"
PROGMEM Language_Str MSG_MESH_EDIT_Z = _UxGT("Z 值"); // "Z Value"