Index: trunk/extensions/Validator/Validator.i18n.php |
— | — | @@ -17,9 +17,9 @@ |
18 | 18 | $messages['en'] = array( |
19 | 19 | 'validator-desc' => 'Provides generic parameter handling support for other extensions', |
20 | 20 | |
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", |
24 | 24 | 'validator_error_parameters' => 'The following {{PLURAL:$1|error has|errors have}} been detected in your syntax:', |
25 | 25 | 'validator_warning_parameters' => 'There {{PLURAL:$1|is an error|are errors}} in your syntax.', |
26 | 26 | 'validator-warning-adittional-errors' => '... and {{PLURAL:$1|one more issue|multiple more issues}}.', |