Merge pull request #4651 from 3d-gussner/MK3_Fix_Insert_filament_fr_hu
Fix issue Insert filament ... message in French and Hungarian
This commit is contained in:
commit
a4a7b09fe7
|
|
@ -2139,12 +2139,12 @@ void lcd_wait_interact() {
|
|||
|
||||
lcd_clear();
|
||||
|
||||
lcd_puts_at_P(0, 1, _T(MSG_INSERT_FILAMENT));
|
||||
lcd_puts_at_P(0, 0, _T(MSG_INSERT_FILAMENT));
|
||||
#ifdef FILAMENT_SENSOR
|
||||
if (!fsensor.getAutoLoadEnabled())
|
||||
#endif //FILAMENT_SENSOR
|
||||
{
|
||||
lcd_puts_at_P(0, 2, _T(MSG_PRESS));
|
||||
lcd_puts_at_P(0, 1, _T(MSG_PRESS));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -2442,7 +2442,7 @@ msgstr "Offset point [0;0]"
|
|||
#. MSG_PRESS c=20 r=2
|
||||
#: ../../Firmware/messages.cpp:239 ../../Firmware/ultralcd.cpp:2147
|
||||
msgid "and press the knob"
|
||||
msgstr "et appuyez sur le bouton"
|
||||
msgstr "et appuyez\nsur le bouton"
|
||||
|
||||
#. MSG_TO_LOAD_FIL c=20
|
||||
#: ../../Firmware/messages.cpp:232 ../../Firmware/ultralcd.cpp:1807
|
||||
|
|
|
|||
|
|
@ -2430,7 +2430,7 @@ msgstr "[0;0] pont offszet"
|
|||
#. MSG_PRESS c=20 r=2
|
||||
#: ../../Firmware/messages.cpp:239 ../../Firmware/ultralcd.cpp:2147
|
||||
msgid "and press the knob"
|
||||
msgstr "es nyomd meg a gombot"
|
||||
msgstr "es nyomd meg\na gombot"
|
||||
|
||||
#. MSG_TO_LOAD_FIL c=20
|
||||
#: ../../Firmware/messages.cpp:232 ../../Firmware/ultralcd.cpp:1807
|
||||
|
|
|
|||
Loading…
Reference in New Issue