mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
ENH:add some translate
Change-Id: Ic635f5f85f67662339edd28d87a4a37232d5bc0e
This commit is contained in:
@@ -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, "");
|
||||
|
||||
Reference in New Issue
Block a user