🚸 Change "SD" to "Media" or "SD/FD" (#23297)
This commit is contained in:
committed by
Scott Lahteine
parent
570c7e8638
commit
d2c7104bb3
@ -457,7 +457,7 @@ void CardReader::mount() {
|
||||
cdroot();
|
||||
#if ENABLED(USB_FLASH_DRIVE_SUPPORT) || PIN_EXISTS(SD_DETECT)
|
||||
else if (marlin_state != MF_INITIALIZING)
|
||||
ui.set_status(GET_TEXT_F(MSG_SD_INIT_FAIL), -1);
|
||||
ui.set_status(GET_TEXT_F(MSG_MEDIA_INIT_FAIL), -1);
|
||||
#endif
|
||||
|
||||
ui.refresh();
|
||||
|
Reference in New Issue
Block a user