From f816c6b56a62aa85cc111b419888a0bc925c035e Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Fri, 13 Aug 2010 11:42:16 +1200 Subject: [PATCH] Fix default locale. --- htdocs/always.php | 2 +- inc/always.php.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/always.php b/htdocs/always.php index 3d75a50a..0882bdb3 100644 --- a/htdocs/always.php +++ b/htdocs/always.php @@ -54,7 +54,7 @@ $c->images = $c->base_url . '/images'; // Add a default for newly created users $c->template_usr = array( 'active' => true, - 'locale' => 'en_EN', + 'locale' => 'en_GB', 'date_format_type' => 'E', 'email_ok' => date('Y-m-d') ); diff --git a/inc/always.php.in b/inc/always.php.in index e9549992..2585bae7 100644 --- a/inc/always.php.in +++ b/inc/always.php.in @@ -54,7 +54,7 @@ $c->images = $c->base_url . '/images'; // Add a default for newly created users $c->template_usr = array( 'active' => true, - 'locale' => 'en_EN', + 'locale' => 'en_GB', 'date_format_type' => 'E', 'email_ok' => date('Y-m-d') );