mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-18 16:32:06 +00:00
Spellcheck translatable strings (#11242)
* Spellcheck translatable strings
This commit is contained in:
committed by
GitHub
parent
b1bb08b096
commit
14dd1078bf
@@ -141,15 +141,15 @@ wxString Slic3r::get_stage_string(int stage)
|
||||
case 35:
|
||||
return _L("Pause (nozzle clog)");
|
||||
case 36:
|
||||
return _L("Measuring motion percision");
|
||||
return _L("Measuring motion precision");
|
||||
case 37:
|
||||
return _L("Enhancing motion percision");
|
||||
return _L("Enhancing motion precision");
|
||||
case 38:
|
||||
return _L("Measure motion accuracy");
|
||||
case 39:
|
||||
return _L("Nozzle offset calibration");
|
||||
case 40:
|
||||
return _L("high temperature auto bed levelling");
|
||||
return _L("high temperature auto bed leveling");
|
||||
case 41:
|
||||
return _L("Auto Check: Quick Release Lever");
|
||||
case 42:
|
||||
|
||||
Reference in New Issue
Block a user