Skip to content

Commit

Permalink
need more space
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Oct 4, 2024
1 parent e662cff commit 02a76ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Marlin/src/lcd/language/language_en.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ namespace LanguageNarrow_en {
LSTR MSG_Z_PROBE = _UxGT("Z Probe");
LSTR MSG_HOMING = _UxGT("Homing");
LSTR MSG_HOMING_FEEDRATE = _UxGT("Homing Feedrate");
LSTR MSG_HOMING_FEEDRATE_N = _UxGT("@ Homing Feedrate");
LSTR MSG_HOMING_FEEDRATE_N = _UxGT("@ Homing FR");
LSTR MSG_AUTO_HOME = _UxGT("Auto Home");
LSTR MSG_HOME_ALL = _UxGT("Home All");
LSTR MSG_AUTO_HOME_N = _UxGT("Home @");
Expand Down Expand Up @@ -1233,6 +1233,7 @@ namespace LanguageWide_en {
LSTR MSG_INFO_PRINT_TIME = _UxGT("Print Time");
LSTR MSG_INFO_PRINT_LONGEST = _UxGT("Longest Job Time");
LSTR MSG_INFO_PRINT_FILAMENT = _UxGT("Extruded Total");
LSTR MSG_HOMING_FEEDRATE_N = _UxGT("@ Homing Feedrate");
#endif
}

Expand Down

0 comments on commit 02a76ce

Please sign in to comment.