Spellcheck translatable strings (#11242)

* Spellcheck translatable strings
This commit is contained in:
Alexandre Folle de Menezes
2025-11-09 00:52:27 -03:00
committed by GitHub
parent b1bb08b096
commit 14dd1078bf
38 changed files with 811 additions and 833 deletions

View File

@@ -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: