🚸 Change "SD" to "Media" or "SD/FD" (#23297)

This commit is contained in:
Robby Candra
2021-12-15 07:51:19 +07:00
committed by GitHub
parent a4678d9e27
commit e57b7d043c
14 changed files with 33 additions and 33 deletions

View File

@@ -57,8 +57,8 @@ namespace Language_en {
LSTR MSG_MEDIA_ABORTING = _UxGT("Aborting...");
LSTR MSG_MEDIA_INSERTED = MEDIA_TYPE_EN _UxGT(" Inserted");
LSTR MSG_MEDIA_REMOVED = MEDIA_TYPE_EN _UxGT(" Removed");
LSTR MSG_MEDIA_WAITING = _UxGT("Waiting for card");
LSTR MSG_SD_INIT_FAIL = _UxGT("SD Init Fail");
LSTR MSG_MEDIA_WAITING = _UxGT("Waiting for ") MEDIA_TYPE_EN;
LSTR MSG_MEDIA_INIT_FAIL = MEDIA_TYPE_EN _UxGT(" Init Fail");
LSTR MSG_MEDIA_READ_ERROR = MEDIA_TYPE_EN _UxGT(" read error");
LSTR MSG_MEDIA_USB_REMOVED = _UxGT("USB device removed");
LSTR MSG_MEDIA_USB_FAILED = _UxGT("USB start failed");