From: Niklas Laxström Date: Wed, 4 Aug 2010 04:56:12 +0000 (+0000) Subject: X installed -> X is installed X-Git-Tag: 1.31.0-rc.0~35736 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28?a=commitdiff_plain;h=0547fd6e34e813203a9d996ead8dbb948b624db6;p=lhc%2Fweb%2Fwiklou.git X installed -> X is installed Trying to make it more clear that we only detected the state and not that we installed X now. --- diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index 14ffc168e0..a2db0ee073 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -74,7 +74,7 @@ You should have received a copy of the GNU General Public You can install MediaWiki.', // FIXME: take span out of message. 'config-env-bad' => 'The environment has been checked. You cannot install MediaWiki.', - 'config-env-php' => 'PHP $1 installed.', + 'config-env-php' => 'PHP $1 is installed.', 'config-env-latest-ok' => 'You are installing the latest version of Mediawiki.', 'config-env-latest-new' => "'''Note:''' You are installing a development version of Mediawiki.", 'config-env-latest-can-not-check' => "'''Note:''' The installer was unable to retrieve information about the latest MediaWiki release from [$1].", @@ -127,10 +127,10 @@ OK.", 'config-memory-bad' => "'''Warning:''' PHP's memory_limit is $1. This is probably too low. The installation may fail!", - 'config-xcache' => '[http://trac.lighttpd.net/xcache/ XCache] installed', - 'config-apc' => '[http://www.php.net/apc APC] installed', - 'config-eaccel' => '[http://eaccelerator.sourceforge.net/ eAccelerator] installed', - 'config-wincache' => '[http://www.iis.net/download/WinCacheForPhp WinCache] installed', + 'config-xcache' => '[http://trac.lighttpd.net/xcache/ XCache] is installed', + 'config-apc' => '[http://www.php.net/apc APC] is installed', + 'config-eaccel' => '[http://eaccelerator.sourceforge.net/ eAccelerator] is installed', + 'config-wincache' => '[http://www.iis.net/download/WinCacheForPhp WinCache] is installed', 'config-no-cache' => "'''Warning:''' Could not find [http://eaccelerator.sourceforge.net eAccelerator], [http://www.php.net/apc APC], [http://trac.lighttpd.net/xcache/ XCache] or [http://www.iis.net/download/WinCacheForPhp WinCache]. Object caching is not enabled.", 'config-diff3-good' => 'Found GNU diff3: $1.',