Tweak 'config-mysql-myisam-dep' (added in r88475).
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Fri, 20 May 2011 19:31:29 +0000 (19:31 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Fri, 20 May 2011 19:31:29 +0000 (19:31 +0000)
includes/installer/Installer.i18n.php

index 6aad7dc..e3b3a62 100644 (file)
@@ -317,15 +317,13 @@ The account you specify here must already exist.',
        'config-mysql-engine'             => 'Storage engine:',
        'config-mysql-innodb'             => 'InnoDB',
        'config-mysql-myisam'             => 'MyISAM',
-       'config-mysql-myisam-dep'         => "'''Warning''': You have selected MyISAM.  MyISAM is not recommended for use with MediaWiki, because:
+       'config-mysql-myisam-dep'         => "'''Warning''': You have selected MyISAM as storage engine for MySQL, which is not recommended for use with MediaWiki, because:
 * it barely supports concurrency due to table locking
 * it is more prone to corruption than other engines
 * the MediaWiki codebase does not always handle MyISAM as it should
-* probably other reasons...
 
 If your MySQL installation supports InnoDB, it is highly recommended that you choose that instead.
-If your MySQL installation does not support InnoDB, maybe its time for an upgrade.
-",
+If your MySQL installation does not support InnoDB, maybe its time for an upgrade.",
        'config-mysql-engine-help'        => "'''InnoDB''' is almost always the best option, since it has good concurrency support.
 
 '''MyISAM''' may be faster in single-user or read-only installations.