r70330 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70329‎ | r70330 | r70331 >
Date:12:06, 2 August 2010
Author:siebrand
Status:ok
Tags:
Comment:
Fix alignment messed up in r70329.
Modified paths:
  • /trunk/phase3/includes/installer/Installer.i18n.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.i18n.php
@@ -82,9 +82,9 @@
8383 'config-env-latest-old' => "'''Warning:''' You are installing an outdated version of Mediawiki.",
8484 'config-env-latest-help' => 'You are installing version $1, but the latest version is $2.
8585 You are advised to use the latest release, which can be downloaded from [http://www.mediawiki.org/wiki/Download mediawiki.org]',
86 - 'config-unicode-using-php' => 'Using the slow PHP implementation for Unicode normalization.',
87 - 'config-unicode-using-utf8' => 'Using Brion Vibber\'s utf8_normalize.so for Unicode normalization.',
88 - 'config-unicode-using-intl' => 'Using the [http://pecl.php.net/intl intl PECL extension] for Unicode normalization.',
 86+ 'config-unicode-using-php' => 'Using the slow PHP implementation for Unicode normalization.',
 87+ 'config-unicode-using-utf8' => 'Using Brion Vibber\'s utf8_normalize.so for Unicode normalization.',
 88+ 'config-unicode-using-intl' => 'Using the [http://pecl.php.net/intl intl PECL extension] for Unicode normalization.',
8989 'config-unicode-pure-php-warning' => "'''Warning''': The [http://pecl.php.net/intl intl PECL extension] is not available to handle Unicode normalization. If you run a high-traffic site, you should read a little on [http://www.mediawiki.org/wiki/Unicode_normalization_considerations Unicode normalization].",
9090 'config-unicode-update-warning' => "'''Warning''': The installed version of the Unicode normalization wrapper uses an older version of [http://site.icu-project.org/ the ICU project's] library. You should [http://www.mediawiki.org/wiki/Unicode_normalization_considerations upgrade] if you are at all concerned about using Unicode.",
9191 'config-no-db' => 'Could not find a suitable database driver!',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r70329* Update r70168 to remove patchwork messages [1]...siebrand11:54, 2 August 2010

Status & tagging log