diff -r 29b14c220a78 -r d423fc0e9bc9 includes/common.php --- a/includes/common.php Tue Nov 16 12:11:29 2010 -0500 +++ b/includes/common.php Tue Nov 16 12:23:10 2010 -0500 @@ -346,7 +346,7 @@ <?php define("ENANO_ALLOW_LOAD_NOLANG", 1); require("includes/common.php"); -install_language("eng", "English", "English", ENANO_ROOT . "/language/english/enano.json");'); +install_language("eng", "English", "English", ENANO_ROOT . "/language/english/core.json");'); } $row = $db->fetchrow(); setConfig('default_language', $row['lang_id']);