Index: branches/new-installer/phase3/includes/installer/Installer.i18n.php |
— | — | @@ -99,7 +99,7 @@ |
100 | 100 | You cannot install or use MediaWiki unless this option is disabled.", |
101 | 101 | 'config-safe-mode' => "'''Warning:''' |
102 | 102 | '''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.", |
104 | 104 | 'config-xml-good' => 'Have XML / Latin1-UTF-8 conversion support.', |
105 | 105 | 'config-xml-bad' => "PHP's XML module is missing; |
106 | 106 | the wiki requires functions in this module and will not work in this configuration. |
— | — | @@ -155,10 +155,10 @@ |
156 | 156 | 'config-db-install-account' => 'User account for installation', |
157 | 157 | 'config-db-username' => 'Database username:', |
158 | 158 | '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.', |
160 | 160 | 'config-db-account-lock' => 'Use the same username and password during normal operation', |
161 | 161 | '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. |
163 | 163 | 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.', |
164 | 164 | 'config-db-prefix' => 'Database table prefix:', |
165 | 165 | '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. |