r74069 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74068‎ | r74069 | r74070 >
Date:13:53, 1 October 2010
Author:raymond
Status:ok
Tags:
Comment:
Follow-up r74060: Use wiki syntax instead of HTML
Modified paths:
  • /trunk/extensions/Validator/Validator.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Validator/Validator.i18n.php
@@ -17,9 +17,9 @@
1818 $messages['en'] = array(
1919 'validator-desc' => 'Provides generic parameter handling support for other extensions',
2020
21 - 'validator-warning' => '<b>Warning</b>: $1',
22 - 'validator-error' => '<b>Error</b>: $1',
23 - 'validator-fatal-error' => '<b>Fatal error</b>: $1',
 21+ 'validator-warning' => "'''Warning:''' $1",
 22+ 'validator-error' => "'''Error:''' $1",
 23+ 'validator-fatal-error' => "'''Fatal error:''' $1",
2424 'validator_error_parameters' => 'The following {{PLURAL:$1|error has|errors have}} been detected in your syntax:',
2525 'validator_warning_parameters' => 'There {{PLURAL:$1|is an error|are errors}} in your syntax.',
2626 'validator-warning-adittional-errors' => '... and {{PLURAL:$1|one more issue|multiple more issues}}.',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r74060Changes for 0.4 - work on error handlingjeroendedauw09:14, 1 October 2010

Status & tagging log