Browse Source

keep English as default lang.

Daniel Martinez 11 years ago
parent
commit
c8e5a82d49
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Marlin/language.h

+ 2
- 1
Marlin/language.h View File

@@ -16,9 +16,10 @@
16 16
 // 7  Italian
17 17
 // 8  Portuguese
18 18
 // 9  Finnish
19
+// 10 Aragonese
19 20
 
20 21
 #ifndef LANGUAGE_CHOICE
21
-#define LANGUAGE_CHOICE 10  // Pick your language from the list above
22
+#define LANGUAGE_CHOICE 1  // Pick your language from the list above
22 23
 #endif
23 24
 
24 25
 #define PROTOCOL_VERSION "1.0"

Loading…
Cancel
Save