Commit 263d5a7c authored by MagoKimbra's avatar MagoKimbra

Fix Language

parent ebc16d83
...@@ -204,9 +204,9 @@ ...@@ -204,9 +204,9 @@
#define SERIAL_BED_LEVELLING_Y " Y: " #define SERIAL_BED_LEVELLING_Y " Y: "
#define SERIAL_BED_LEVELLING_Z " Z: " #define SERIAL_BED_LEVELLING_Z " Z: "
#include "language_en.h" // English #if LANGUAGE_CHOICE == 1 // English
#include "language_en.h"
#if LANGUAGE_CHOICE == 2 // Polish #elif LANGUAGE_CHOICE == 2 // Polish
#include "language_pl.h" #include "language_pl.h"
#elif LANGUAGE_CHOICE == 3 // French #elif LANGUAGE_CHOICE == 3 // French
#include "language_fr.h" #include "language_fr.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment