Index: trunk/phase3/includes/installer/LocalSettingsGenerator.php |
— | — | @@ -309,7 +309,7 @@ |
310 | 310 | ## be publically accessible from the web. |
311 | 311 | #\$wgCacheDirectory = \"\$IP/cache\"; |
312 | 312 | |
313 | | -# Site language code, should be one of ./languages/Language(.*).php |
| 313 | +# Site language code, should be one of the list in ./languages/Names.php |
314 | 314 | \$wgLanguageCode = \"{$this->values['wgLanguageCode']}\"; |
315 | 315 | |
316 | 316 | \$wgSecretKey = \"{$this->values['wgSecretKey']}\"; |