Index: trunk/phase3/includes/installer/Installer.i18n.php |
— | — | @@ -209,8 +209,8 @@ |
210 | 210 | 'config-mysql-old' => 'MySQL $1 or later is required, you have $2.', |
211 | 211 | 'config-db-port' => 'Database port:', |
212 | 212 | 'config-db-schema' => 'Schema for MediaWiki', |
213 | | - 'config-db-schema-help' => 'The above schemas are usually correct. |
214 | | -Only change them if you know you need to.', |
| 213 | + 'config-db-schema-help' => 'This schema will usually be fine. |
| 214 | +Only change it if you know you need to.', |
215 | 215 | 'config-sqlite-dir' => 'SQLite data directory:', |
216 | 216 | 'config-sqlite-dir-help' => "SQLite stores all data in a single file. |
217 | 217 | |