Fix GUI strings that should start with uppercase (#12499)

This commit is contained in:
Alexandre Folle de Menezes
2026-02-27 11:19:22 -03:00
committed by GitHub
parent 2806398e79
commit 72a4597107
39 changed files with 594 additions and 562 deletions

View File

@@ -150,7 +150,7 @@ wxString Slic3r::get_stage_string(int stage)
case 39:
return _L("Nozzle offset calibration");
case 40:
return _L("high temperature auto bed leveling");
return _L("High temperature auto bed leveling");
case 41:
return _L("Auto Check: Quick Release Lever");
case 42: