installer: Fix selection English as default language

This commit is contained in:
Michael Tremer
2015-01-22 23:09:43 +01:00
parent 1b34f6cd64
commit f8cdaa1084

View File

@@ -245,7 +245,7 @@ static char* center_string(const char* str, int width) {
return string;
}
#define DEFAULT_LANG "en_US.utf8"
#define DEFAULT_LANG "en.utf8"
#define NUM_LANGS 13
static struct lang {