1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-16 08:54:26 +00:00

Some more localization improvmenets.

This commit is contained in:
bubnikv
2019-05-09 18:18:21 +02:00
parent 5757728f2b
commit b6837112df
6 changed files with 27 additions and 19 deletions
+1 -1
View File
@@ -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.