diff options
Diffstat (limited to 'includes/conf.php')
-rw-r--r-- | includes/conf.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/conf.php b/includes/conf.php index d6bc038ba..ae59d1047 100644 --- a/includes/conf.php +++ b/includes/conf.php @@ -42,7 +42,7 @@ $base_url = "http://localhost"; # automatically become the default language. You can add a language # but make sure your SQL table, called locales is updated # appropriately. -$languages = array("en" => "English"); +$languages = array("en" => "english"); # # Custom navigation links: |