From 6cd150842f6741b75cd7b5911805f307d1dbc2eb Mon Sep 17 00:00:00 2001 From: elgambitero Date: Wed, 22 Aug 2012 21:46:22 +0300 Subject: [PATCH] Update Marlin/language.h Some dialogs corrected and Default language set to 1 --- Marlin/language.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/language.h b/Marlin/language.h index 12b73b7..2f2b71c 100644 --- a/Marlin/language.h +++ b/Marlin/language.h @@ -9,7 +9,7 @@ // 5 Spanish // 6 Etc -#define LANGUAGE_CHOICE 5 // Pick your language from the list above +#define LANGUAGE_CHOICE 1 // Pick your language from the list above #define PROTOCOL_VERSION "1.0"