From: Aaron Schulz Date: Thu, 17 Apr 2008 15:03:40 +0000 (+0000) Subject: Remove unused message X-Git-Tag: 1.31.0-rc.0~48240 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=a20752820f85d5e83c37d6e23a1d8037d771d218;p=lhc%2Fweb%2Fwiklou.git Remove unused message --- diff --git a/includes/Article.php b/includes/Article.php index 73e8ccfba7..bc4e91ff56 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -2231,7 +2231,7 @@ class Article { $wgOut->returnToMain( false ); wfRunHooks('ArticleDeleteComplete', array(&$this, &$wgUser, $reason)); } else { - $wgOut->showFatalError( wfMsg( 'cannotdelete' ).'
'.wfMsg('cannotdelete-merge') ); + $wgOut->showFatalError( wfMsg( 'cannotdelete' ) ); } } }