From: Alexandre Emsenhuber Date: Sat, 5 Jun 2010 13:01:33 +0000 (+0000) Subject: Fix grammar error from r67360 X-Git-Tag: 1.31.0-rc.0~36614 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=0929ab7c44b059378271adf335a1ffa4bc417856;p=lhc%2Fweb%2Fwiklou.git Fix grammar error from r67360 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 6db563b9df..daa1a8e158 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2677,8 +2677,8 @@ $wgValidateAllHtml = false; /** * Default skin, for new users and anonymous visitors. Registered users may * change this to any one of the other available skins in their preferences. - * This have completely lowercase, see the "skins" directory for the list of - * available skins. + * This have to be completely lowercase; see the "skins" directory for the list + * of available skins. */ $wgDefaultSkin = 'vector';