mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 02:41:17 +00:00
Fix GUI strings that should start with uppercase (#12499)
This commit is contained in:
committed by
SoftFever
parent
6e01d38a5c
commit
e5d037c044
@@ -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