mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Some textation improvements, renamed Silent mode to Stealth.
This commit is contained in:
parent
1efe743834
commit
5012e3079f
4 changed files with 11 additions and 11 deletions
|
@ -1081,7 +1081,7 @@ void Sidebar::show_sliced_info_sizer(const bool show)
|
|||
info_text += wxString::Format("\n%s", ps.estimated_normal_print_time);
|
||||
}
|
||||
if (ps.estimated_silent_print_time != "N/A") {
|
||||
new_label += wxString::Format("\n - %s", _(L("silent mode")));
|
||||
new_label += wxString::Format("\n - %s", _(L("stealth mode")));
|
||||
info_text += wxString::Format("\n%s", ps.estimated_silent_print_time);
|
||||
}
|
||||
p->sliced_info->SetTextAndShow(siEstimatedTime, info_text, new_label);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue