* PageHistory::diffButtons
[lhc/web/wiklou.git] / includes / WikiError.php
index d334066..efb645b 100644 (file)
@@ -101,7 +101,7 @@ class WikiXmlError extends WikiError {
 
        /** @return string */
        function getMessage() {
-               return sprintf( wfMsgHtml( 'xml-error-string', '%s', '%d', '%d', '%d%s', '%s' ),
+               return sprintf( '%s at line %d, col %d (byte %d%s): %s',
                        $this->mMessage,
                        $this->mLine,
                        $this->mColumn,