Index: trunk/phase3/includes/installer/Installer.i18n.php |
— | — | @@ -240,16 +240,16 @@ |
241 | 241 | 'config-invalid-db-type' => 'Invalid database type', |
242 | 242 | 'config-missing-db-name' => 'You must enter a value for "Database name"', |
243 | 243 | 'config-invalid-db-name' => 'Invalid database name "$1". |
244 | | -It may only contain numbers, letters and underscores.', |
| 244 | +Use only ACSII letters (a-z, A-Z), numbers (0-9) and underscores (_).', |
245 | 245 | 'config-invalid-db-prefix' => 'Invalid database prefix "$1". |
246 | | -It may only contain numbers, letters and underscores.', |
| 246 | +Use only ACSII letters (a-z, A-Z), numbers (0-9) and underscores (_).', |
247 | 247 | 'config-connection-error' => '$1. |
248 | 248 | |
249 | 249 | Check the host, username and password below and try again.', |
250 | 250 | 'config-invalid-schema' => 'Invalid schema for MediaWiki "$1". |
251 | | -Use only letters, numbers and underscores.', |
| 251 | +Use only ACSII letters (a-z, A-Z), numbers (0-9) and underscores (_).', |
252 | 252 | 'config-invalid-ts2schema' => 'Invalid schema for tsearch2 "$1". |
253 | | -Use only letters, numbers and underscores.', |
| 253 | +Use only ACSII letters (a-z, A-Z), numbers (0-9) and underscores (_).', |
254 | 254 | 'config-postgres-old' => 'PostgreSQL $1 or later is required, you have $2.', |
255 | 255 | 'config-sqlite-name-help' => 'Choose a name that identifies your wiki. |
256 | 256 | Do not use spaces or hyphens. |