From: Antoine Musso Date: Tue, 20 Dec 2005 20:43:45 +0000 (+0000) Subject: Show instead of 'article' for the namespace tab. That's a X-Git-Tag: 1.6.0~924 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=d90e03ae6648e4b85b163d78cc0043557868b7ca;p=lhc%2Fweb%2Fwiklou.git Show instead of 'article' for the namespace tab. That's a better hint to find the MediaWiki: message that need to be edited when adding extra namespaces. --- diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index dfcbd6b664..d84e034e3d 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -540,7 +540,7 @@ class SkinTemplate extends Skin { $text = wfMsg( $message ); if ( $text == "<$message>" ) { - $text = wfMsg( 'nstab-main' ); + $text = html_entity_decode($text); } return array(