diff options
author | Liam McLoughlin <hexxeh@hexxeh.net> | 2011-08-19 13:55:33 +0100 |
---|---|---|
committer | Liam McLoughlin <hexxeh@hexxeh.net> | 2011-08-19 13:55:33 +0100 |
commit | 807087ab81950036be78738778bdb55c929624a5 (patch) | |
tree | 4fda0ba392c3f4204b4ba8007edfa9d2959fec74 | |
parent | Gentoo-style initscript, fix extlinux config and installer password arg (diff) | |
download | gentoaster-807087ab81950036be78738778bdb55c929624a5.tar.gz gentoaster-807087ab81950036be78738778bdb55c929624a5.tar.bz2 gentoaster-807087ab81950036be78738778bdb55c929624a5.zip |
Fix default keyboard config
-rw-r--r-- | web/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/config.php b/web/config.php index 9d86c0c..49d87b6 100644 --- a/web/config.php +++ b/web/config.php @@ -13,7 +13,7 @@ define("SIMULTANEOUS_BUILDS", false); // What should we set as the default keyboard layout? - define("DEFAULT_KEYBOARD", "gb"); + define("DEFAULT_KEYBOARD", "uk"); // What should we set as the default timezone? define("DEFAULT_TIMEZONE", "Europe/London"); |