update loacale

This commit is contained in:
SoftFever 2023-10-11 22:29:03 +08:00
parent 4854572b7f
commit 3f9db6064b
19 changed files with 6703 additions and 2682 deletions

View file

@ -1542,7 +1542,7 @@ void CalibrationPresetPage::set_cali_method(CalibrationMethod method)
values.push_back(_L("0.005"));
m_custom_range_panel->set_values(values);
m_custom_range_panel->set_unit(_L(""));
m_custom_range_panel->set_unit("");
m_custom_range_panel->Show();
}
}