mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 19:32:18 +00:00
Fix GUI strings that should start with uppercase (#12499)
This commit is contained in:
committed by
GitHub
parent
2806398e79
commit
72a4597107
@@ -764,7 +764,7 @@ void CalibrationPresetPage::create_selection_panel(wxWindow* parent)
|
||||
m_filament_from_panel = new wxPanel(parent);
|
||||
m_filament_from_panel->Hide();
|
||||
auto filament_from_sizer = new wxBoxSizer(wxVERTICAL);
|
||||
auto filament_from_text = new Label(m_filament_from_panel, _L("filament position"));
|
||||
auto filament_from_text = new Label(m_filament_from_panel, _L("Filament position"));
|
||||
filament_from_text->SetFont(Label::Head_14);
|
||||
filament_from_sizer->Add(filament_from_text, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user