Skip to content

Commit

Permalink
🩹 Fix missing MSG_ATTACH_SD_MEDIA define (MarlinFirmware#27020)
Browse files Browse the repository at this point in the history
Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com>
  • Loading branch information
thisiskeithb and ellensp authored May 6, 2024
1 parent 5170d27 commit d3cc44a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Marlin/src/lcd/language/language_en.h
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ namespace Language_en {
#else
LSTR MSG_ATTACH_MEDIA = _UxGT("Attach ") MEDIA_TYPE_EN;
#endif
LSTR MSG_ATTACH_SD_MEDIA = _UxGT("Attach SD Card");
LSTR MSG_CHANGE_MEDIA = _UxGT("Change ") MEDIA_TYPE_EN;
LSTR MSG_RELEASE_MEDIA = _UxGT("Release ") MEDIA_TYPE_EN;
LSTR MSG_ZPROBE_OUT = _UxGT("Z Probe Past Bed");
Expand Down

0 comments on commit d3cc44a

Please sign in to comment.