Browse Source

Merge pull request #3180 from clexpert/RCBugFix

Czech language specific changes
Scott Lahteine 9 years ago
parent
commit
4119cef32f
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      Marlin/Configuration.h
  2. 1
    1
      Marlin/language_cz.h

+ 1
- 1
Marlin/Configuration.h View File

@@ -674,7 +674,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
674 674
 // @section lcd
675 675
 
676 676
 // Define your display language below. Replace (en) with your language code and uncomment.
677
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, test
677
+// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
678 678
 // See also language.h
679 679
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
680 680
 

+ 1
- 1
Marlin/language_cz.h View File

@@ -24,7 +24,7 @@
24 24
 #define MSG_AUTOSTART                       "Autostart"
25 25
 #define MSG_DISABLE_STEPPERS                "Uvolnit motory"
26 26
 #define MSG_AUTO_HOME                       "Domovska pozice"
27
-#define MSG_LEVEL_BED_HOMING                "Homing"
27
+#define MSG_LEVEL_BED_HOMING                "Mereni podlozky"
28 28
 #define MSG_SET_HOME_OFFSETS                "Nastavit ofsety"
29 29
 #define MSG_SET_ORIGIN                      "Nastavit pocatek"
30 30
 #define MSG_PREHEAT_PLA                     "Zahrat PLA"

Loading…
Cancel
Save