r72734 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72733‎ | r72734 | r72735 >
Date:19:04, 10 September 2010
Author:raymond
Status:ok
Tags:
Comment:
Clarify definition of "letters" per request on Trenslatewiki: http://translatewiki.net/wiki/Thread:Support/Letters
Modified paths:
  • /trunk/phase3/includes/installer/Installer.i18n.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.i18n.php
@@ -240,16 +240,16 @@
241241 'config-invalid-db-type' => 'Invalid database type',
242242 'config-missing-db-name' => 'You must enter a value for "Database name"',
243243 '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 (_).',
245245 '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 (_).',
247247 'config-connection-error' => '$1.
248248
249249 Check the host, username and password below and try again.',
250250 '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 (_).',
252252 '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 (_).',
254254 'config-postgres-old' => 'PostgreSQL $1 or later is required, you have $2.',
255255 'config-sqlite-name-help' => 'Choose a name that identifies your wiki.
256256 Do not use spaces or hyphens.

Follow-up revisions

RevisionCommit summaryAuthorDate
r72773Follow-up r72734: Fix typo spotted by kgh@Translatewikiraymond05:37, 11 September 2010

Status & tagging log