From 50231fc1f56c3d2111eb323a472c86277719ddf2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Wed, 22 Jun 2005 03:13:02 +0000 Subject: [PATCH] * Corrected comments --- includes/DefaultSettings.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index dd4895a010..5d8b51c60a 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -525,14 +525,11 @@ $wgTranslateNumerals = true; # Translation using MediaWiki: namespace # This will increase load times by 25-60% unless memcached is installed -# Interface messages will be get from the database. +# Interface messages will be loaded from the database. $wgUseDatabaseMessages = true; $wgMsgCacheExpiry = 86400; -# Whether to enable language variant conversion. Currently only zh -# supports this function, to convert between Traditional and Simplified -# Chinese. This flag is meant to isolate the (untested) conversion -# code, so that if it breaks, only zh will be affected +# Whether to enable language variant conversion. $wgDisableLangConversion = false; # Use article validation feature; turned off by default -- 2.20.1