mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
ENH:add some translate
Change-Id: Ic635f5f85f67662339edd28d87a4a37232d5bc0e
This commit is contained in:
parent
cbb84d2fb6
commit
e994cd02e2
23 changed files with 53 additions and 19 deletions
|
@ -1808,7 +1808,7 @@ DiffPresetDialog::DiffPresetDialog(MainFrame* mainframe)
|
|||
m_preset_bundle_right = std::make_unique<PresetBundle>(*wxGetApp().preset_bundle);
|
||||
|
||||
//m_top_info_line = new wxStaticText(this, wxID_ANY, "Select presets to compare");
|
||||
m_top_info_line = new wxStaticText(this, wxID_ANY, "Select presets to compare");
|
||||
m_top_info_line = new wxStaticText(this, wxID_ANY, _L("Select presets to compare"));
|
||||
m_top_info_line->SetFont(wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT).Bold());
|
||||
|
||||
m_bottom_info_line = new wxStaticText(this, wxID_ANY, "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue