r70449 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70448‎ | r70449 | r70450 >
Date:04:56, 4 August 2010
Author:nikerabbit
Status:ok
Tags:
Comment:
X installed -> X is installed

Trying to make it more clear that we only detected the state and
not that we installed X now.
Modified paths:
  • /trunk/phase3/includes/installer/Installer.i18n.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.i18n.php
@@ -74,7 +74,7 @@
7575 You can install MediaWiki.</span>', // FIXME: take span out of message.
7676 'config-env-bad' => 'The environment has been checked.
7777 You cannot install MediaWiki.',
78 - 'config-env-php' => 'PHP $1 installed.',
 78+ 'config-env-php' => 'PHP $1 is installed.',
7979 'config-env-latest-ok' => 'You are installing the latest version of Mediawiki.',
8080 'config-env-latest-new' => "'''Note:''' You are installing a development version of Mediawiki.",
8181 '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 @@
128128 'config-memory-bad' => "'''Warning:''' PHP's <code>memory_limit</code> is $1.
129129 This is probably too low.
130130 The installation may fail!",
131 - 'config-xcache' => '[http://trac.lighttpd.net/xcache/ XCache] installed',
132 - 'config-apc' => '[http://www.php.net/apc APC] installed',
133 - 'config-eaccel' => '[http://eaccelerator.sourceforge.net/ eAccelerator] installed',
134 - 'config-wincache' => '[http://www.iis.net/download/WinCacheForPhp WinCache] installed',
 131+ 'config-xcache' => '[http://trac.lighttpd.net/xcache/ XCache] is installed',
 132+ 'config-apc' => '[http://www.php.net/apc APC] is installed',
 133+ 'config-eaccel' => '[http://eaccelerator.sourceforge.net/ eAccelerator] is installed',
 134+ 'config-wincache' => '[http://www.iis.net/download/WinCacheForPhp WinCache] is installed',
135135 '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].
136136 Object caching is not enabled.",
137137 'config-diff3-good' => 'Found GNU diff3: <code>$1</code>.',

Status & tagging log