From 7959d2be814d7762551432f42aa4aa220eb31371 Mon Sep 17 00:00:00 2001 From: ruan Date: Fri, 12 Feb 2016 11:51:29 +0200 Subject: [PATCH] Update settings.php --- inc/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/settings.php b/inc/settings.php index 4129b50..a4bdff5 100644 --- a/inc/settings.php +++ b/inc/settings.php @@ -4,7 +4,7 @@ final class Settings { public static $TRUE = "1", $FALSE = "0"; public function __construct($connect = true) { - // Server lang, use standard abbreviations + // Web interface language. Languages are stored in the "lang/" directory. $this->lang = 'en_US'; // Server name, shown on the main page and on the header