From 807087ab81950036be78738778bdb55c929624a5 Mon Sep 17 00:00:00 2001 From: Liam McLoughlin Date: Fri, 19 Aug 2011 13:55:33 +0100 Subject: Fix default keyboard config --- web/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v1.2.3-65-gdbad