mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Another round of translation adjustments.
This commit is contained in:
parent
496d49d343
commit
048ed74318
8 changed files with 443 additions and 7789 deletions
|
@ -1797,7 +1797,7 @@ void TabFilament::update_volumetric_flow_preset_hints()
|
|||
try {
|
||||
text = from_u8(PresetHints::maximum_volumetric_flow_description(*m_preset_bundle));
|
||||
} catch (std::exception &ex) {
|
||||
text = _(L("Volumetric flow hints not available\n\n")) + from_u8(ex.what());
|
||||
text = _(L("Volumetric flow hints not available")) + "\n\n" + from_u8(ex.what());
|
||||
}
|
||||
m_volumetric_speed_description_line->SetText(text);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue