The comment refers to the wrong path (should have been languages/classes/LanguageXx...
authorRobin Pepermans <robin@users.mediawiki.org>
Fri, 24 Jun 2011 00:25:14 +0000 (00:25 +0000)
committerRobin Pepermans <robin@users.mediawiki.org>
Fri, 24 Jun 2011 00:25:14 +0000 (00:25 +0000)
includes/installer/LocalSettingsGenerator.php

index 41b345f..64def40 100644 (file)
@@ -309,7 +309,7 @@ if ( !defined( 'MEDIAWIKI' ) ) {
 ## be publically accessible from the web.
 #\$wgCacheDirectory = \"\$IP/cache\";
 
-# Site language code, should be one of ./languages/Language(.*).php
+# Site language code, should be one of the list in ./languages/Names.php
 \$wgLanguageCode = \"{$this->values['wgLanguageCode']}\";
 
 \$wgSecretKey = \"{$this->values['wgSecretKey']}\";