Fix issue #4424
This commit is contained in:
parent
1bb163fd35
commit
80ccc530b9
|
|
@ -2121,12 +2121,12 @@ void lcd_wait_interact() {
|
|||
|
||||
lcd_clear();
|
||||
|
||||
lcd_puts_at_P(0, 1, _i("Insert filament"));////MSG_INSERT_FILAMENT c=20
|
||||
lcd_puts_at_P(0, 0, _i("Insert filament"));////MSG_INSERT_FILAMENT c=20
|
||||
#ifdef FILAMENT_SENSOR
|
||||
if (!fsensor.getAutoLoadEnabled())
|
||||
#endif //FILAMENT_SENSOR
|
||||
{
|
||||
lcd_puts_at_P(0, 2, _i("and press the knob"));////MSG_PRESS c=20 r=2
|
||||
lcd_puts_at_P(0, 1, _i("and press the knob"));////MSG_PRESS c=20 r=2
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -2435,7 +2435,7 @@ msgstr "Offset point [0;0]"
|
|||
#. MSG_PRESS c=20 r=2
|
||||
#: ../../Firmware/ultralcd.cpp:2123
|
||||
msgid "and press the knob"
|
||||
msgstr "et appuyez sur le bouton"
|
||||
msgstr "et appuyez\nsur le bouton"
|
||||
|
||||
#. MSG_TO_LOAD_FIL c=20
|
||||
#: ../../Firmware/ultralcd.cpp:1783
|
||||
|
|
|
|||
|
|
@ -2424,7 +2424,7 @@ msgstr "[0;0] pont offszet"
|
|||
#. MSG_PRESS c=20 r=2
|
||||
#: ../../Firmware/ultralcd.cpp:2123
|
||||
msgid "and press the knob"
|
||||
msgstr "es nyomd meg a gombot"
|
||||
msgstr "es nyomd meg\na gombot"
|
||||
|
||||
#. MSG_TO_LOAD_FIL c=20
|
||||
#: ../../Firmware/ultralcd.cpp:1783
|
||||
|
|
|
|||
Loading…
Reference in New Issue