From: Happy-melon Date: Mon, 27 Jun 2011 16:22:01 +0000 (+0000) Subject: Follow-up r90877: spot the copy-and-pasted code... :D X-Git-Tag: 1.31.0-rc.0~29247 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=d8b6ca8c0f071319a53e5d489304ce139f1ec29e;p=lhc%2Fweb%2Fwiklou.git Follow-up r90877: spot the copy-and-pasted code... :D --- diff --git a/includes/actions/CreditsAction.php b/includes/actions/CreditsAction.php index 42656619f7..b5fbdefae2 100644 --- a/includes/actions/CreditsAction.php +++ b/includes/actions/CreditsAction.php @@ -34,7 +34,7 @@ class CreditsAction extends FormlessAction { } protected function getDescription() { - return wfMsg( strtolower( 'creditspage' ) ); + return wfMsg( 'creditspage' ); } /**