瀏覽代碼

Fix. Sound [assist], Z-probe [5], menu_fmt_float13off format for last
string parameter from PROGMEM

DRracer 4 年之前
父節點
當前提交
14933f6b0e
共有 6 個文件被更改,包括 23 次插入11 次删除
  1. 1 1
      Firmware/menu.cpp
  2. 6 2
      lang/lang_en_cz.txt
  3. 2 2
      lang/lang_en_de.txt
  4. 6 2
      lang/lang_en_es.txt
  5. 2 2
      lang/lang_en_fr.txt
  6. 6 2
      lang/lang_en_it.txt

+ 1 - 1
Firmware/menu.cpp

@@ -399,7 +399,7 @@ const char menu_fmt_float31[] PROGMEM = "%-12.12S%+8.1f";
 
 const char menu_fmt_float13[] PROGMEM = "%c%-13.13S%+5.3f";
 
-const char menu_fmt_float13off[] PROGMEM = "%c%-13.13S%6.6s";
+const char menu_fmt_float13off[] PROGMEM = "%c%-13.13S%6.6S";
 
 template<typename T>
 static void menu_draw_P(char chr, const char* str, int16_t val);

+ 6 - 2
lang/lang_en_cz.txt

@@ -1415,8 +1415,8 @@
 "Plat"
 
 #
-"Sound     [assist]"
-"Zvuk      [Asist.]"
+"Sound    [assist]"
+"Zvuk     [Asist.]"
 
 #
 "Steel sheets"
@@ -1433,3 +1433,7 @@
 #
 "Z-probe nr.    [3]"
 "Pocet mereni Z [3]"
+
+#
+"Z-probe nr.    [5]"
+"Pocet mereni Z [5]"

+ 2 - 2
lang/lang_en_de.txt

@@ -1416,8 +1416,8 @@
 "Blech"
 
 #
-"Sound     [assist]"
-"Sound     [Assist]"
+"Sound    [assist]"
+"Sound    [Assist]"
 
 #
 "Steel sheets"

+ 6 - 2
lang/lang_en_es.txt

@@ -1415,8 +1415,8 @@
 "Lamina"
 
 #
-"Sound     [assist]"
-"Sonido  [asistido]"
+"Sound    [assist]"
+"Sonido [asistido]"
 
 #
 "Steel sheets"
@@ -1433,3 +1433,7 @@
 #
 "Z-probe nr.    [3]"
 "Z-sensor nr.   [3]"
+
+#
+"Z-probe nr.    [5]"
+"Z-sensor nr.   [5]"

+ 2 - 2
lang/lang_en_fr.txt

@@ -1415,8 +1415,8 @@
 "Plaque"
 
 #
-"Sound     [assist]"
-"Son       [assist]"
+"Sound    [assist]"
+"Son      [assist]"
 
 #
 "Steel sheets"

+ 6 - 2
lang/lang_en_it.txt

@@ -1415,8 +1415,8 @@
 "Piano"
 
 #
-"Sound     [assist]"
-"Suono  [assistito]"
+"Sound    [assist]"
+"Suono [assistito]"
 
 #
 "Steel sheets"
@@ -1433,3 +1433,7 @@
 #
 "Z-probe nr.    [3]"
 "Z-probe nr.    [3]"
+
+#
+"Z-probe nr.    [5]"
+"Z-probe nr.    [5]"