mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Add translation markers on more unstranslated strings (#9134)
This commit is contained in:
committed by
GitHub
parent
d37f1b6a81
commit
7d72db562f
@@ -655,7 +655,7 @@ SecondaryCheckDialog::SecondaryCheckDialog(wxWindow* parent, wxWindowID id, cons
|
||||
e.Skip();
|
||||
});
|
||||
|
||||
m_button_resume = new Button(this, _L("resume"));
|
||||
m_button_resume = new Button(this, _L("Resume"));
|
||||
m_button_resume->SetBackgroundColor(btn_bg_white);
|
||||
m_button_resume->SetBorderColor(wxColour(38, 46, 48));
|
||||
m_button_resume->SetFont(Label::Body_12);
|
||||
|
||||
Reference in New Issue
Block a user