Fix GUI strings that should start with uppercase (#12499)
This commit is contained in:
committed by
GitHub
parent
2806398e79
commit
72a4597107
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user