diff --git a/Firmware/mmu2/errors_list.h b/Firmware/mmu2/errors_list.h index 44a205666..d88819feb 100644 --- a/Firmware/mmu2/errors_list.h +++ b/Firmware/mmu2/errors_list.h @@ -332,7 +332,7 @@ static const char MSG_BTN_RESTART_MMU[] PROGMEM_I1 = ISTR("RstMMU"); ////MSG_BTN static const char MSG_BTN_UNLOAD[] PROGMEM_I1 = ISTR("Unload"); ////MSG_BTN_UNLOAD c=8 static const char MSG_BTN_STOP[] PROGMEM_I1 = ISTR("Stop"); ////MSG_BTN_STOP c=8 static const char MSG_BTN_DISABLE_MMU[] PROGMEM_I1 = ISTR("Disable"); ////MSG_BTN_DISABLE_MMU c=8 -static const char MSG_BTN_MORE[] PROGMEM_N1 = "\x06"; +static const char MSG_BTN_MORE[] PROGMEM_I1 = ISTR("\x06"); ////MSG_BTN_MORE c=8 // Used to parse the buttons from Btns(). static const char * const btnOperation[] PROGMEM = { diff --git a/Firmware/mmu2_error_converter.cpp b/Firmware/mmu2_error_converter.cpp index 0f9975026..3673f7d90 100644 --- a/Firmware/mmu2_error_converter.cpp +++ b/Firmware/mmu2_error_converter.cpp @@ -172,7 +172,7 @@ const char * PrusaErrorButtonTitle(uint8_t bi){ } const char * PrusaErrorButtonMore(){ - return MSG_BTN_MORE; + return _R(MSG_BTN_MORE); } struct ResetOnExit { diff --git a/Firmware/mmu2_reporting.cpp b/Firmware/mmu2_reporting.cpp index 2fe63f46b..e2d537939 100644 --- a/Firmware/mmu2_reporting.cpp +++ b/Firmware/mmu2_reporting.cpp @@ -77,7 +77,7 @@ static void ReportErrorHookStaticRender(uint8_t ei) { ReportErrorHookSensorLineRender(); // Render the choices - lcd_show_choices_prompt_P(two_choices ? LCD_LEFT_BUTTON_CHOICE : LCD_MIDDLE_BUTTON_CHOICE, _T(PrusaErrorButtonTitle(button_op_middle)), _T(two_choices ? PrusaErrorButtonMore() : PrusaErrorButtonTitle(button_op_right)), two_choices ? 18 : 9, two_choices ? nullptr : PrusaErrorButtonMore()); + lcd_show_choices_prompt_P(two_choices ? LCD_LEFT_BUTTON_CHOICE : LCD_MIDDLE_BUTTON_CHOICE, _T(PrusaErrorButtonTitle(button_op_middle)), _T(two_choices ? PrusaErrorButtonMore() : PrusaErrorButtonTitle(button_op_right)), two_choices ? 18 : 9, two_choices ? nullptr : _T(PrusaErrorButtonMore())); } void ReportErrorHookSensorLineRender(){ diff --git a/lang/po/Firmware.pot b/lang/po/Firmware.pot index f43412179..2d7397aba 100644 --- a/lang/po/Firmware.pot +++ b/lang/po/Firmware.pot @@ -2430,6 +2430,12 @@ msgstr "" msgid "unknown state" msgstr "" +#. MSG_BTN_MORE c=8 +#: ../../Firmware/mmu2/errors_list.h:335 +#: ../../Firmware/mmu2_error_converter.cpp:175 +msgid "⏬" +msgstr "" + #. MSG_REFRESH c=18 #: ../../Firmware/messages.cpp:82 ../../Firmware/ultralcd.cpp:5943 #: ../../Firmware/ultralcd.cpp:5946 diff --git a/lang/po/Firmware_cs.po b/lang/po/Firmware_cs.po index 0217f23e4..b1bb2acdd 100644 --- a/lang/po/Firmware_cs.po +++ b/lang/po/Firmware_cs.po @@ -2530,8 +2530,11 @@ msgstr "" "Verze firmwaru MMU není kompatibilní s FW tiskárny. Aktualizujte na verzi " "2.1.9." -#~ msgid "⏬" -#~ msgstr "⏬" +#. MSG_BTN_MORE c=8 +#: ../../Firmware/mmu2/errors_list.h:335 +#: ../../Firmware/mmu2_error_converter.cpp:175 +msgid "⏬" +msgstr "⏬" #~ msgid "Eject filament" #~ msgstr "Vysunout fil." diff --git a/lang/po/Firmware_de.po b/lang/po/Firmware_de.po index 49199a45f..20d051d30 100644 --- a/lang/po/Firmware_de.po +++ b/lang/po/Firmware_de.po @@ -2558,8 +2558,11 @@ msgstr "" "Die Firmware-Version der MMU ist mit der FW des Druckers nicht kompatibel. " "Update auf Version 2.1.9." -#~ msgid "⏬" -#~ msgstr "⏬" +#. MSG_BTN_MORE c=8 +#: ../../Firmware/mmu2/errors_list.h:335 +#: ../../Firmware/mmu2_error_converter.cpp:175 +msgid "⏬" +msgstr "⏬" #~ msgid "Eject filament" #~ msgstr "Filamentauswurf" diff --git a/lang/po/Firmware_es.po b/lang/po/Firmware_es.po index 579d2744d..4cf573a06 100644 --- a/lang/po/Firmware_es.po +++ b/lang/po/Firmware_es.po @@ -2554,8 +2554,11 @@ msgstr "" "La versión de firmware de la MMU es incompatible con el FW de la impresora. " "Actualizar a la versión 2.1.9." -#~ msgid "⏬" -#~ msgstr "⏬" +#. MSG_BTN_MORE c=8 +#: ../../Firmware/mmu2/errors_list.h:335 +#: ../../Firmware/mmu2_error_converter.cpp:175 +msgid "⏬" +msgstr "⏬" #~ msgid "Reset MMU" #~ msgstr "Reset MMU" diff --git a/lang/po/Firmware_fr.po b/lang/po/Firmware_fr.po index d09346508..5d07bd843 100644 --- a/lang/po/Firmware_fr.po +++ b/lang/po/Firmware_fr.po @@ -2568,8 +2568,11 @@ msgstr "" "La version du MMU est incompatible avec le FW de l'imprimante. Mise à jour " "vers la version 2.1.9." -#~ msgid "⏬" -#~ msgstr "⏬" +#. MSG_BTN_MORE c=8 +#: ../../Firmware/mmu2/errors_list.h:335 +#: ../../Firmware/mmu2_error_converter.cpp:175 +msgid "⏬" +msgstr "⏬" #~ msgid "Reset MMU" #~ msgstr "Reini MMU" diff --git a/lang/po/Firmware_hr.po b/lang/po/Firmware_hr.po index 6953b096d..06c1a473c 100644 --- a/lang/po/Firmware_hr.po +++ b/lang/po/Firmware_hr.po @@ -2547,8 +2547,11 @@ msgstr "" "Verzija firmware-a MMU nekompatibilna s FW-om pisača. Ažuriranje na verziju " "2.1.9." -#~ msgid "⏬" -#~ msgstr "⏬" +#. MSG_BTN_MORE c=8 +#: ../../Firmware/mmu2/errors_list.h:335 +#: ../../Firmware/mmu2_error_converter.cpp:175 +msgid "⏬" +msgstr "⏬" #~ msgid "Reset MMU" #~ msgstr "Reset MMU" diff --git a/lang/po/Firmware_hu.po b/lang/po/Firmware_hu.po index a9a99e0c9..b167556ef 100644 --- a/lang/po/Firmware_hu.po +++ b/lang/po/Firmware_hu.po @@ -2551,8 +2551,11 @@ msgstr "" "Az MMU firmware-verziója nem kompatibilis a nyomtató FW-vel. Frissítés a " "2.1.9-es verzióra." -#~ msgid "⏬" -#~ msgstr "⏬" +#. MSG_BTN_MORE c=8 +#: ../../Firmware/mmu2/errors_list.h:335 +#: ../../Firmware/mmu2_error_converter.cpp:175 +msgid "⏬" +msgstr "⏬" #~ msgid "Reset MMU" #~ msgstr "MMUreszet" diff --git a/lang/po/Firmware_it.po b/lang/po/Firmware_it.po index 6dcc4f8d8..c3ea06a54 100644 --- a/lang/po/Firmware_it.po +++ b/lang/po/Firmware_it.po @@ -2552,8 +2552,11 @@ msgstr "" "La versione del firmware dell MMU non è compatibile con il firmware della " "stampante. Aggiornamento alla versione 2.1.9." -#~ msgid "⏬" -#~ msgstr "⏬" +#. MSG_BTN_MORE c=8 +#: ../../Firmware/mmu2/errors_list.h:335 +#: ../../Firmware/mmu2_error_converter.cpp:175 +msgid "⏬" +msgstr "⏬" #~ msgid "Reset MMU" #~ msgstr "Reset MMU" diff --git a/lang/po/Firmware_nl.po b/lang/po/Firmware_nl.po index b2fa0cc28..d10c04a6e 100644 --- a/lang/po/Firmware_nl.po +++ b/lang/po/Firmware_nl.po @@ -2556,8 +2556,11 @@ msgstr "" "De firmwareversie van de MMU is niet compatibel met de firmware van de " "printer. Update naar versie 2.1.9." -#~ msgid "⏬" -#~ msgstr "⏬" +#. MSG_BTN_MORE c=8 +#: ../../Firmware/mmu2/errors_list.h:335 +#: ../../Firmware/mmu2_error_converter.cpp:175 +msgid "⏬" +msgstr "⏬" #~ msgid "Reset MMU" #~ msgstr "Reset MMU" diff --git a/lang/po/Firmware_no.po b/lang/po/Firmware_no.po index 3e867fd1f..c22c4144f 100644 --- a/lang/po/Firmware_no.po +++ b/lang/po/Firmware_no.po @@ -2529,8 +2529,11 @@ msgstr "" "MMU fastvareversjon er inkompatibel med skriverens FW. Oppdatering til " "versjon 2.1.9." -#~ msgid "⏬" -#~ msgstr "⏬" +#. MSG_BTN_MORE c=8 +#: ../../Firmware/mmu2/errors_list.h:335 +#: ../../Firmware/mmu2_error_converter.cpp:175 +msgid "⏬" +msgstr "⏬" #~ msgid "Reset MMU" #~ msgstr "Reset MMU" diff --git a/lang/po/Firmware_pl.po b/lang/po/Firmware_pl.po index 739c65593..aa0ffbd91 100644 --- a/lang/po/Firmware_pl.po +++ b/lang/po/Firmware_pl.po @@ -2548,8 +2548,11 @@ msgstr "" "Wersja oprogramowania układowego MMU jest niezgodna z oprogramowaniem " "sprzętowym drukarki. Zaktualizuj do wersji 2.1.9." -#~ msgid "⏬" -#~ msgstr "⏬" +#. MSG_BTN_MORE c=8 +#: ../../Firmware/mmu2/errors_list.h:335 +#: ../../Firmware/mmu2_error_converter.cpp:175 +msgid "⏬" +msgstr "⏬" #~ msgid "Reset MMU" #~ msgstr "Reset MMU" diff --git a/lang/po/Firmware_ro.po b/lang/po/Firmware_ro.po index 6f5816339..2dacda832 100644 --- a/lang/po/Firmware_ro.po +++ b/lang/po/Firmware_ro.po @@ -2552,8 +2552,11 @@ msgstr "" "Versiunea de firmware a MMU este incompatibilă cu FW-ul imprimantei. " "Actualizați la versiunea 2.1.9." -#~ msgid "⏬" -#~ msgstr "⏬" +#. MSG_BTN_MORE c=8 +#: ../../Firmware/mmu2/errors_list.h:335 +#: ../../Firmware/mmu2_error_converter.cpp:175 +msgid "⏬" +msgstr "⏬" #~ msgid "Reset MMU" #~ msgstr "Reset MMU" diff --git a/lang/po/Firmware_sk.po b/lang/po/Firmware_sk.po index 2662a27c1..12c26c5fb 100644 --- a/lang/po/Firmware_sk.po +++ b/lang/po/Firmware_sk.po @@ -2535,8 +2535,11 @@ msgstr "" "Verzia firmvéru MMU nie je kompatibilná s FW tlačiarne. Aktualizácia na " "verziu 2.1.9." -#~ msgid "⏬" -#~ msgstr "⏬" +#. MSG_BTN_MORE c=8 +#: ../../Firmware/mmu2/errors_list.h:335 +#: ../../Firmware/mmu2_error_converter.cpp:175 +msgid "⏬" +msgstr "⏬" #~ msgid "Reset MMU" #~ msgstr "Reset MMU" diff --git a/lang/po/Firmware_sv.po b/lang/po/Firmware_sv.po index ebe83c7f2..10a81b9fd 100644 --- a/lang/po/Firmware_sv.po +++ b/lang/po/Firmware_sv.po @@ -2542,8 +2542,11 @@ msgstr "" "MMU firmwareversion är inkompatibel med skrivarens FW. Uppdatering till " "version 2.1.9." -#~ msgid "⏬" -#~ msgstr "⏬" +#. MSG_BTN_MORE c=8 +#: ../../Firmware/mmu2/errors_list.h:335 +#: ../../Firmware/mmu2_error_converter.cpp:175 +msgid "⏬" +msgstr "⏬" #~ msgid "Reset MMU" #~ msgstr "Reset MMU"