Ver código fonte

Lang - text " Free Memory: " removed from dictionary

Robert Pelnar 6 anos atrás
pai
commit
a1f03e9531

+ 1 - 1
Firmware/Marlin_main.cpp

@@ -1178,7 +1178,7 @@ void setup()
 #endif
 
 	SERIAL_ECHO_START;
-	SERIAL_ECHORPGM(_i(" Free Memory: "));////MSG_FREE_MEMORY c=0 r=0
+	SERIAL_ECHORPGM(_n(" Free Memory: "));////MSG_FREE_MEMORY c=0 r=0
 	SERIAL_ECHO(freeMemory());
 	SERIAL_ECHORPGM(_n("  PlannerBufferBytes: "));////MSG_PLANNER_BUFFER_BYTES c=0 r=0
 	SERIAL_ECHOLN((int)sizeof(block_t)*BLOCK_BUFFER_SIZE);

+ 0 - 3
lang/lang_en.txt

@@ -1,6 +1,3 @@
-#MSG_FREE_MEMORY c=0 r=0
-" Free Memory: "
-
 #MSG_CONFIGURATION_VER c=0 r=0
 " Last Updated: "
 

+ 0 - 4
lang/lang_en_cz.txt

@@ -1,7 +1,3 @@
-#MSG_FREE_MEMORY c=0 r=0
-" Free Memory: "
-"Volna pamet: "
-
 #MSG_CONFIGURATION_VER c=0 r=0
 " Last Updated: "
 "Naposledy aktualizovano:"

+ 0 - 4
lang/lang_en_de.txt

@@ -1,7 +1,3 @@
-#MSG_FREE_MEMORY c=0 r=0
-" Free Memory: "
-" Freier Speicher: "
-
 #MSG_CONFIGURATION_VER c=0 r=0
 " Last Updated: "
 " Letztes Update: "

+ 0 - 4
lang/lang_en_es.txt

@@ -1,7 +1,3 @@
-#MSG_FREE_MEMORY c=0 r=0
-" Free Memory: "
-"Memoria Libre: "
-
 #MSG_CONFIGURATION_VER c=0 r=0
 " Last Updated: "
 "Ultima actualizacion: "

+ 0 - 4
lang/lang_en_fr.txt

@@ -1,7 +1,3 @@
-#MSG_FREE_MEMORY c=0 r=0
-" Free Memory: "
-"Memoire libre :"
-
 #MSG_CONFIGURATION_VER c=0 r=0
 " Last Updated: "
 "Derniere MAJ :"

+ 0 - 4
lang/lang_en_it.txt

@@ -1,7 +1,3 @@
-#MSG_FREE_MEMORY c=0 r=0
-" Free Memory: "
-"Memoria Libera: "
-
 #MSG_CONFIGURATION_VER c=0 r=0
 " Last Updated: "
 "Ultimo aggiornamento: "

+ 0 - 4
lang/lang_en_pl.txt

@@ -1,7 +1,3 @@
-#MSG_FREE_MEMORY c=0 r=0
-" Free Memory: "
-" Wolna pamiec:"
-
 #MSG_CONFIGURATION_VER c=0 r=0
 " Last Updated: "
 " Ostatnia aktualizacja: "