Browse Source

Update MSG_MMU_POWER_FAILS c=15

3d-gussner 3 years ago
parent
commit
92acac453f

+ 2 - 2
Firmware/ultralcd.cpp

@@ -1498,7 +1498,7 @@ static void lcd_menu_fails_stats_mmu_print()
 //! |Total failures      |	MSG_TOTAL_FAILURES c=20
 //! | MMU fails       000|	MSG_MMU_FAILS c=15
 //! | MMU load fails  000|	MSG_MMU_LOAD_FAILS c=15
-//! | MMU power fails 000|	c=15
+//! | MMU power fails 000|	MSG_MMU_POWER_FAILS c=15
 //! ----------------------
 //! @endcode
 //! @todo Positioning of the messages and values on LCD aren't fixed to their exact place. This causes issues with translations.
@@ -1511,7 +1511,7 @@ static void lcd_menu_fails_stats_mmu_total()
         _T(MSG_TOTAL_FAILURES), ////c=20
         _T(MSG_MMU_FAILS), clamp999( eeprom_read_word((uint16_t*)EEPROM_MMU_FAIL_TOT) ), ////c=14
         _T(MSG_MMU_LOAD_FAILS), clamp999( eeprom_read_word((uint16_t*)EEPROM_MMU_LOAD_FAIL_TOT) ), ////c=14
-        _i("MMU power fails"), clamp999( mmu_power_failures )); ////c=14 r=1
+        _i("MMU power fails"), clamp999( mmu_power_failures )); ////MSG_MMU_POWER_FAILS c=15
     menu_back_if_clicked_fb();
 }
 

+ 1 - 1
lang/lang_en.txt

@@ -481,7 +481,7 @@
 # c=20 r=3
 "MMU needs user attention."
 
-#
+#MSG_MMU_POWER_FAILS c=15
 "MMU power fails"
 
 #MSG_STEALTH

+ 1 - 1
lang/lang_en_cz.txt

@@ -642,7 +642,7 @@
 "MMU needs user attention."
 "MMU potrebuje zasah uzivatele."
 
-#
+#MSG_MMU_POWER_FAILS c=15
 "MMU power fails"
 "MMU vypadky proudu"
 

+ 1 - 1
lang/lang_en_de.txt

@@ -642,7 +642,7 @@
 "MMU needs user attention."
 "MMU erfordert Benutzereingriff."
 
-#
+#MSG_MMU_POWER_FAILS c=15
 "MMU power fails"
 "MMU Netzfehler"
 

+ 1 - 1
lang/lang_en_es.txt

@@ -642,7 +642,7 @@
 "MMU needs user attention."
 "MMU necesita atencion del usuario."
 
-#
+#MSG_MMU_POWER_FAILS c=15
 "MMU power fails"
 "Fallo de energia en MMU"
 

+ 1 - 1
lang/lang_en_fr.txt

@@ -642,7 +642,7 @@
 "MMU needs user attention."
 "Le MMU necessite l'attention de l'utilisateur."
 
-#
+#MSG_MMU_POWER_FAILS c=15
 "MMU power fails"
 "Echecs alim. MMU"
 

+ 1 - 1
lang/lang_en_it.txt

@@ -642,7 +642,7 @@
 "MMU needs user attention."
 "Il MMU richiede attenzione dall'utente."
 
-#
+#MSG_MMU_POWER_FAILS c=15
 "MMU power fails"
 "Manc. corr. MMU"
 

+ 1 - 1
lang/lang_en_nl.txt

@@ -642,7 +642,7 @@
 "MMU needs user attention."
 "MMU heeft gebruikersaandacht nodig."
 
-#
+#MSG_MMU_POWER_FAILS c=15
 "MMU power fails"
 "MMU stroomstor."
 

+ 1 - 1
lang/lang_en_pl.txt

@@ -642,7 +642,7 @@
 "MMU needs user attention."
 "MMU wymaga uwagi uzytkownika."
 
-#
+#MSG_MMU_POWER_FAILS c=15
 "MMU power fails"
 "Zaniki zasil. MMU"