Browse Source

Default to en_US now

philippe_mingo 23 years ago
parent
commit
ccb1c2314c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/config_default.php

+ 1 - 1
config/config_default.php

@@ -34,7 +34,7 @@ $org_title = 'SquirrelMail $version';
  *   Use the two-letter code.
  */
 global $squirrelmail_default_language;
-$squirrelmail_default_language = 'en';
+$squirrelmail_default_language = 'en_US';
 
 /* The dns name and port for your imap server. */
 global $imapServerAddress, $imapPort;