-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add MSG_MOVE_100MM to language_en #22238
Conversation
2.0.9.1 didn't compile for me otherwise, because of the added menu item in #22192 which was missing from the language file
Looks like #22165 wasn't merged into |
Related issue: #22239 |
MSG_MOVE_100MM: MarlinFirmware#22238, MarlinFirmware#22241
@thinkyhead This is still needed in Marlin/Marlin/src/lcd/language/language_en.h Lines 281 to 284 in 5845efe
#22242 didn't add the actual fix/english translation. |
It looks like the updated language_en.h with "PROGMEM Language_Str MSG_MOVE_100MM = _UxGT("Move 100mm");" was missed in 2.0.9.1 release. While the rest of the code and the it, and ru where updated with it. |
@thinkyhead please look at this ASAP. Breaks release 2.0.9.1 for all LCD users |
Description
Create an
MSG_MOVE_100MM
entry in the language_enRequirements
None
Benefits
2.0.9.1 didn't compile for me otherwise, because of the added menu item in #22192 which was missing from the language file