mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Changed wording of "Revert from imperial units"
This commit is contained in:
parent
3a194f9187
commit
2385c0c2e8
2 changed files with 3 additions and 3 deletions
|
@ -4848,7 +4848,7 @@ void Plater::convert_unit(bool from_imperial_unit)
|
|||
if (obj_idxs.empty() && volume_idxs.empty())
|
||||
return;
|
||||
|
||||
TakeSnapshot snapshot(this, from_imperial_unit ? _L("Convert from imperial units") : _L("Convert to imperial units"));
|
||||
TakeSnapshot snapshot(this, from_imperial_unit ? _L("Convert from imperial units") : _L("Revert conversion from imperial units"));
|
||||
wxBusyCursor wait;
|
||||
|
||||
ModelObjectPtrs objects;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue