r65119 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65118‎ | r65119 | r65120 >
Date:11:48, 16 April 2010
Author:siebrand
Status:ok
Tags:
Comment:
More message tweaks.
Modified paths:
  • /branches/new-installer/phase3/includes/installer/Installer.i18n.php (modified) (history)

Diff [purge]

Index: branches/new-installer/phase3/includes/installer/Installer.i18n.php
@@ -99,7 +99,7 @@
100100 You cannot install or use MediaWiki unless this option is disabled.",
101101 'config-safe-mode' => "'''Warning:'''
102102 '''PHP's [http://www.php.net/features.safe-mode safe mode] is active.'''
103 -It may cause problems, particularly if using image uploads and math support.",
 103+It may cause problems, particularly if using file uploads and <code>math</code> support.",
104104 'config-xml-good' => 'Have XML / Latin1-UTF-8 conversion support.',
105105 'config-xml-bad' => "PHP's XML module is missing;
106106 the wiki requires functions in this module and will not work in this configuration.
@@ -155,10 +155,10 @@
156156 'config-db-install-account' => 'User account for installation',
157157 'config-db-username' => 'Database username:',
158158 'config-db-password' => 'Database password:',
159 - 'config-db-install-help' => 'Select the username and password that will be used to connect to the database during the installation process.',
 159+ 'config-db-install-help' => 'Enter the username and password that will be used to connect to the database during the installation process.',
160160 'config-db-account-lock' => 'Use the same username and password during normal operation',
161161 'config-db-wiki-account' => 'User account for normal operation',
162 - 'config-db-wiki-help' => 'Select the username and password that will be used to connect to the database during normal wiki operation.
 162+ 'config-db-wiki-help' => 'Enter the username and password that will be used to connect to the database during normal wiki operation.
163163 If the account does not exist, and the installation account has sufficient privileges, this user account will be created with the minimum privileges required to operate the wiki.',
164164 'config-db-prefix' => 'Database table prefix:',
165165 'config-db-prefix-help' => 'If you need to share one database between multiple wikis, or between MediaWiki and another web application, you may choose to add a prefix to all the table names to avoid conflicts.

Status & tagging log