mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-07 07:49:03 +08:00
ENH: update text
jira: [STUDIO-11495] Change-Id: If19642be0a3f6d5d8e871b6457b400fe3696b3f6
This commit is contained in:
parent
03957c567e
commit
c94057306b
@ -1779,11 +1779,11 @@ bool MachineObject::canEnableTimelapse(wxString &error_message) const
|
||||
|
||||
if (sdcard_state != MachineObject::SdcardState::HAS_SDCARD_NORMAL) {
|
||||
if (sdcard_state == MachineObject::SdcardState::NO_SDCARD) {
|
||||
error_message = _L("Timelapse is not supported while the SD card does not exist.");
|
||||
error_message = _L("Timelapse is not supported while the storage does not exist.");
|
||||
} else if (sdcard_state == MachineObject::SdcardState::HAS_SDCARD_ABNORMAL) {
|
||||
error_message = _L("Timelapse is not supported while the SD card is unavailable.");
|
||||
error_message = _L("Timelapse is not supported while the storage is unavailable.");
|
||||
} else if (sdcard_state == MachineObject::SdcardState::HAS_SDCARD_READONLY) {
|
||||
error_message = _L("Timelapse is not supported while the SD card is readonly.");
|
||||
error_message = _L("Timelapse is not supported while the storage is readonly.");
|
||||
}
|
||||
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user