mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Fix the spelling/grammar on the original english strings (#9487)
* Fix the spelling/grammar on english strings * Fix the spelling/grammar on english strings, part 2
This commit is contained in:
committed by
GitHub
parent
a2f87dc980
commit
b8c5ddd0ee
@@ -183,7 +183,7 @@ void AMSSetting::create()
|
||||
m_sizer_switch_filament_inline = new wxBoxSizer(wxVERTICAL);
|
||||
|
||||
m_tip_switch_filament_line1 = new Label(m_panel_body,
|
||||
_L("AMS will continue to another spool with the same properties of filament automatically when current filament runs out")
|
||||
_L("AMS will continue to another spool with matching filament properties automatically when current filament runs out.")
|
||||
);
|
||||
m_tip_switch_filament_line1->SetFont(::Label::Body_13);
|
||||
m_tip_switch_filament_line1->SetForegroundColour(AMS_SETTING_GREY700);
|
||||
@@ -191,7 +191,7 @@ void AMSSetting::create()
|
||||
m_tip_switch_filament_line1->Wrap(AMS_SETTING_BODY_WIDTH);
|
||||
m_sizer_switch_filament_inline->Add(m_tip_switch_filament_line1, 0, wxEXPAND, 0);
|
||||
m_sizer_switch_filament_tip->Add(m_sizer_switch_filament_inline, 1, wxALIGN_CENTER, 0);
|
||||
|
||||
|
||||
|
||||
|
||||
// checkbox area 5
|
||||
|
||||
Reference in New Issue
Block a user