Follow-up r90877: spot the copy-and-pasted code... :D
authorHappy-melon <happy-melon@users.mediawiki.org>
Mon, 27 Jun 2011 16:22:01 +0000 (16:22 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Mon, 27 Jun 2011 16:22:01 +0000 (16:22 +0000)
includes/actions/CreditsAction.php

index 4265661..b5fbdef 100644 (file)
@@ -34,7 +34,7 @@ class CreditsAction extends FormlessAction {
        }
 
        protected function getDescription() {
-               return wfMsg( strtolower( 'creditspage' ) );
+               return wfMsg( 'creditspage' );
        }
 
        /**