ENH:add some translate

Change-Id: Ic635f5f85f67662339edd28d87a4a37232d5bc0e
This commit is contained in:
liz.li 2023-02-10 19:07:41 +08:00 committed by Lane.Wei
parent cbb84d2fb6
commit e994cd02e2
23 changed files with 53 additions and 19 deletions

View file

@ -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, "");