r71443 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71442‎ | r71443 | r71444 >
Date:21:07, 22 August 2010
Author:ashley
Status:ok
Tags:
Comment:
properly capitalize the word "MediaWiki"
Modified paths:
  • /trunk/phase3/includes/installer/Installer.i18n.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.i18n.php
@@ -10,9 +10,7 @@
1111
1212 $messages = array();
1313
14 -/**
15 - * English
16 - */
 14+/** English */
1715 $messages['en'] = array(
1816 'config-desc' => 'The installer for MediaWiki',
1917 'config-title' => 'MediaWiki $1 installation',
@@ -78,10 +76,10 @@
7977 'config-env-bad' => 'The environment has been checked.
8078 You cannot install MediaWiki.',
8179 'config-env-php' => 'PHP $1 is installed.',
82 - 'config-env-latest-ok' => 'You are installing the latest version of Mediawiki.',
83 - 'config-env-latest-new' => "'''Note:''' You are installing a development version of Mediawiki.",
 80+ 'config-env-latest-ok' => 'You are installing the latest version of MediaWiki.',
 81+ 'config-env-latest-new' => "'''Note:''' You are installing a development version of MediaWiki.",
8482 'config-env-latest-can-not-check' => "'''Warning:''' The installer was unable to retrieve information about the latest MediaWiki release from [$1].",
85 - 'config-env-latest-old' => "'''Warning:''' You are installing an outdated version of Mediawiki.",
 83+ 'config-env-latest-old' => "'''Warning:''' You are installing an outdated version of MediaWiki.",
8684 'config-env-latest-help' => 'You are installing version $1, but the latest version is $2.
8785 You are advised to use the latest release, which can be downloaded from [http://www.mediawiki.org/wiki/Download mediawiki.org]',
8886 'config-unicode-using-php' => 'Using the slow PHP implementation for Unicode normalization.',
@@ -226,9 +224,9 @@
227225 'config-type-postgres' => 'PostgreSQL',
228226 'config-type-sqlite' => 'SQLite',
229227 'config-type-oracle' => 'Oracle',
230 - 'config-type-info' => 'Mediawiki supports the following database systems:
 228+ 'config-type-info' => 'MediaWiki supports the following database systems:
231229
232 -* $1 is the primary target for Mediawiki and is best supported ([http://www.php.net/manual/en/mysql.installation.php how to compile PHP with MySQL support])
 230+* $1 is the primary target for MediaWiki and is best supported ([http://www.php.net/manual/en/mysql.installation.php how to compile PHP with MySQL support])
233231 * $2 is a popular open souce database system as an alternative to MySQL ([http://www.php.net/manual/en/pgsql.installation.php how to compile PHP with PostgreSQL support])
234232 * $3 is a lightweight database system which is very well supported. ([http://www.php.net/manual/en/pdo.installation.php How to compile PHP with SQLite support], uses PDO)',
235233 'config-header-mysql' => 'MySQL settings',

Status & tagging log