Standard units don't need translation, part 2 (#9974)
* Revert unit change made by mistake, and fix some unit translations * Fix the declaration of untranslated Unicode strings
This commit is contained in:
committed by
GitHub
parent
5f2d2fd3a2
commit
f54c73e2a1
@@ -1918,7 +1918,7 @@ MaxVolumetricSpeedPresetPage::MaxVolumetricSpeedPresetPage(
|
||||
titles.push_back(_L("Step"));
|
||||
m_custom_range_panel->set_titles(titles);
|
||||
|
||||
m_custom_range_panel->set_unit("mm³/s");
|
||||
m_custom_range_panel->set_unit(wxString::FromUTF8("mm³/s"));
|
||||
}
|
||||
}
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user