r74064 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74063‎ | r74064 | r74065 >
Date:11:23, 1 October 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Small message change
Modified paths:
  • /trunk/extensions/Validator/includes/ParserHook.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Validator/includes/ParserHook.php
@@ -203,7 +203,7 @@
204204 * @return string
205205 */
206206 protected function renderFatalError( ValidationError $error ) {
207 - return wfMsgExt( 'validator-error', 'parsemag', $error->getMessage() );
 207+ return wfMsgExt( 'validator-fatal-error', 'parsemag', $error->getMessage() );
208208 }
209209
210210 /**

Status & tagging log