http://www.mediawiki.org/wiki/Special:Code/MediaWiki/70330

Revision: 70330
Author:   siebrand
Date:     2010-08-02 12:06:15 +0000 (Mon, 02 Aug 2010)

Log Message:
-----------
Fix alignment messed up in r70329.

Modified Paths:
--------------
    trunk/phase3/includes/installer/Installer.i18n.php

Modified: trunk/phase3/includes/installer/Installer.i18n.php
===================================================================
--- trunk/phase3/includes/installer/Installer.i18n.php  2010-08-02 11:54:11 UTC 
(rev 70329)
+++ trunk/phase3/includes/installer/Installer.i18n.php  2010-08-02 12:06:15 UTC 
(rev 70330)
@@ -82,9 +82,9 @@
        'config-env-latest-old'           => "'''Warning:''' You are installing 
an outdated version of Mediawiki.",
        'config-env-latest-help'          => 'You are installing version $1, 
but the latest version is $2.
 You are advised to use the latest release, which can be downloaded from 
[http://www.mediawiki.org/wiki/Download mediawiki.org]',
-       'config-unicode-using-php'            => 'Using the slow PHP 
implementation for Unicode normalization.',
-       'config-unicode-using-utf8'            => 'Using Brion Vibber\'s 
utf8_normalize.so for Unicode normalization.',
-       'config-unicode-using-intl'            => 'Using the 
[http://pecl.php.net/intl intl PECL extension] for Unicode normalization.',
+       'config-unicode-using-php'        => 'Using the slow PHP implementation 
for Unicode normalization.',
+       'config-unicode-using-utf8'       => 'Using Brion Vibber\'s 
utf8_normalize.so for Unicode normalization.',
+       'config-unicode-using-intl'       => 'Using the 
[http://pecl.php.net/intl intl PECL extension] for Unicode normalization.',
        '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].",
        '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.",
        'config-no-db'                    => 'Could not find a suitable 
database driver!',



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to