From 1a8a5c2289827c32efd0d4ac8393e18ee7433030 Mon Sep 17 00:00:00 2001 From: Erik Bernhardson Date: Wed, 1 May 2013 18:57:01 -0700 Subject: [PATCH] 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 --- includes/installer/Installer.i18n.php | 1 + 1 file changed, 1 insertion(+) 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}}', -- 2.20.1