Index: branches/new-installer/phase3/maintenance/language/messages.inc |
— | — | @@ -3274,7 +3274,7 @@ |
3275 | 3275 | 'config-mysql-engine-help', |
3276 | 3276 | 'config-mysql-charset', |
3277 | 3277 | 'config-mysql-binary', |
3278 | | - 'config-mysql-utf-8', |
| 3278 | + 'config-mysql-utf8', |
3279 | 3279 | 'config-mysql-charset-help', |
3280 | 3280 | 'config-site-name', |
3281 | 3281 | 'config-site-name-help', |
Index: branches/new-installer/phase3/languages/messages/MessagesEn.php |
— | — | @@ -4333,7 +4333,7 @@ |
4334 | 4334 | <strong>MyISAM</strong> may be faster in single-user or read-only installations. MyISAM databases tend to get corrupted more often than InnoDB databases.', |
4335 | 4335 | 'config-mysql-charset' => 'Database character set', |
4336 | 4336 | 'config-mysql-binary' => 'Binary', |
4337 | | -'config-mysql-utf-8' => 'UTF-8', |
| 4337 | +'config-mysql-utf8' => 'UTF-8', |
4338 | 4338 | 'config-mysql-charset-help' => "In '''binary mode''', MediaWiki stores UTF-8 text to the database in binary fields. This is more efficient than MySQL's UTF-8 mode, and allows you to use the full range of Unicode characters. |
4339 | 4339 | |
4340 | 4340 | In '''UTF-8 mode''', MySQL will know what character set your data is in, and can present and convert it appropriately, but it won't let you store characters above the [http://en.wikipedia.org/wiki/Mapping_of_Unicode_character_planes Basic Multilingual Plane]. ", |