mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-15 02:16:00 +08:00
Fix typo operating to operation
This commit is contained in:
parent
8a2fa59c72
commit
ced1096294
@ -187,7 +187,7 @@ void MediaPlayCtrl::SetMachineObject(MachineObject* obj)
|
||||
auto close = wxGetApp().app_config->get("liveview", "auto_stop_liveview") == "true";
|
||||
if (close || obj == nullptr || !obj->is_in_printing()) {
|
||||
m_next_retry = wxDateTime();
|
||||
Stop(_L("Temporarily closed because there is no operating for a long time."));
|
||||
Stop(_L("Temporarily closed because there is no operation for a while."));
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user