From: Erik Bernhardson Date: Thu, 2 May 2013 01:57:01 +0000 (-0700) Subject: qqq docs for installer mysql warning X-Git-Tag: 1.31.0-rc.0~19794 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=1a8a5c2289827c32efd0d4ac8393e18ee7433030;p=lhc%2Fweb%2Fwiklou.git qqq docs for installer mysql warning The previous commit I68e79a8efe7cd625c12b5993074de9c3479e760b added a new i18n string without a matching qqq, this rectifys that situation. Bug: 34430 Change-Id: Ia57b92762a2de83c3bdb1b5e74c0e6d7ce9db309 --- diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index e6b12afbc1..17b77e51b3 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -693,6 +693,7 @@ Message shown when PHP parameter suhosin.get.max_value_length is be * $2 - error message', 'config-sqlite-dir-help' => '{{doc-important|Do not translate .htaccess and /var/lib/mediawiki/yourwiki.}} Used in help box.', + 'config-mysql-only-myisam-dep' => 'Used as warning message when mysql does not support the minimum suggested feature set.', 'config-type-mysql' => '{{optional}}', 'config-type-postgres' => '{{optional}}', 'config-type-sqlite' => '{{optional}}',