mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: some translation
Change-Id: Iaabe6087bed3b7d47d911cf4fb51c770804e72fb
This commit is contained in:
@@ -221,7 +221,7 @@ void FillBedJob::process()
|
||||
|
||||
params.progressind = [this](unsigned st,std::string str="") {
|
||||
if (st > 0)
|
||||
update_status(st, _L("Filling bed " + str));
|
||||
update_status(st, _L("Filling") + " " + wxString::FromUTF8(str));
|
||||
};
|
||||
|
||||
params.on_packed = [&do_stop] (const ArrangePolygon &ap) {
|
||||
@@ -234,8 +234,8 @@ void FillBedJob::process()
|
||||
|
||||
// finalize just here.
|
||||
update_status(m_status_range, was_canceled() ?
|
||||
_(L("Bed filling canceled.")) :
|
||||
_(L("Bed filling done.")));
|
||||
_L("Bed filling canceled.") :
|
||||
_L("Bed filling done."));
|
||||
}
|
||||
|
||||
void FillBedJob::finalize()
|
||||
|
||||
Reference in New Issue
Block a user