Browse Source

Define #MSG_UNKNOWN c=13

3d-gussner 3 years ago
parent
commit
5e049283be

+ 1 - 1
Firmware/ultralcd.cpp

@@ -1944,7 +1944,7 @@ static void lcd_support_menu()
 			if ((mmu_version > 0) && (mmu_buildnr > 0))
 				lcd_printf_P(PSTR("%d.%d.%d-%d"), mmu_version/100, mmu_version%100/10, mmu_version%10, mmu_buildnr);
 			else
-				lcd_puts_P(_i("unknown")); 
+				lcd_puts_P(_i("unknown"));  ////MSG_UNKNOWN c=13
 		}
 	}
 	else

+ 1 - 1
lang/lang_en.txt

@@ -892,7 +892,7 @@
 #MSG_MENU_VOLTAGES c=15 r=1
 "Voltages"
 
-#
+#MSG_UNKNOWN c=13
 "unknown"
 
 #MSG_USERWAIT c=20

+ 1 - 1
lang/lang_en_cz.txt

@@ -1190,7 +1190,7 @@
 "Voltages"
 "Napeti"
 
-#
+#MSG_UNKNOWN c=13
 "unknown"
 "neznamy"
 

+ 1 - 1
lang/lang_en_de.txt

@@ -1190,7 +1190,7 @@
 "Voltages"
 "Spannungen"
 
-#
+#MSG_UNKNOWN c=13
 "unknown"
 "unbekannt"
 

+ 1 - 1
lang/lang_en_es.txt

@@ -1190,7 +1190,7 @@
 "Voltages"
 "Voltajes"
 
-#
+#MSG_UNKNOWN c=13
 "unknown"
 "desconocido"
 

+ 1 - 1
lang/lang_en_fr.txt

@@ -1190,7 +1190,7 @@
 "Voltages"
 "Tensions"
 
-#
+#MSG_UNKNOWN c=13
 "unknown"
 "inconnu"
 

+ 1 - 1
lang/lang_en_it.txt

@@ -1190,7 +1190,7 @@
 "Voltages"
 "Voltaggi"
 
-#
+#MSG_UNKNOWN c=13
 "unknown"
 "sconosciuto"
 

+ 1 - 1
lang/lang_en_nl.txt

@@ -1190,7 +1190,7 @@
 "Voltages"
 "Spanning"
 
-#
+#MSG_UNKNOWN c=13
 "unknown"
 "onbekend"
 

+ 1 - 1
lang/lang_en_pl.txt

@@ -1190,7 +1190,7 @@
 "Voltages"
 "Napiecia"
 
-#
+#MSG_UNKNOWN c=13
 "unknown"
 "nieznane"