Index: trunk/extensions/SemanticGlossary/SpecialSemanticGlossaryBrowser.php |
— | — | @@ -109,7 +109,7 @@ |
110 | 110 | } |
111 | 111 | |
112 | 112 | // From here on no more errors should occur. Create list of errors. |
113 | | - $errorsFragment = $this->mMessages->getMessagesFormatted( LingoMessageLog::MESSAGE_NOTICE ); |
| 113 | + $errorsFragment = $this->mMessages->getMessagesFormatted( LingoMessageLog::MESSAGE_NOTICE, wfMsg( 'semanticglossary-messageheader' ) ); |
114 | 114 | |
115 | 115 | if ( $errorsFragment ) { |
116 | 116 | $errorsFragment .= Html::rawElement( 'hr' ); |