mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Some more localization improvmenets.
This commit is contained in:
parent
5757728f2b
commit
b6837112df
6 changed files with 27 additions and 19 deletions
|
@ -2101,7 +2101,7 @@ void Plater::priv::arrange()
|
|||
event.SetString(msg);
|
||||
wxQueueEvent(this->q, event.Clone()); */
|
||||
statusbar()->set_progress(count - st);
|
||||
statusbar()->set_status_text(msg);
|
||||
statusbar()->set_status_text(_(msg));
|
||||
|
||||
// ok, this is dangerous, but we are protected by the flag
|
||||
// 'arranging' and the arrange button is also disabled.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue