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 dc51cb8d02
commit e71252977b
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: