Index: trunk/extensions/Storyboard/Storyboard.php |
— | — | @@ -65,7 +65,7 @@ |
66 | 66 | 'version' => Storyboard_VERSION, |
67 | 67 | 'author' => array( '[http://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw]' ), |
68 | 68 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Storyboard', |
69 | | - 'description' => wfMsg( 'storyboard-desc' ), |
| 69 | + 'description' => 'Provides a landing page for donors, a page where stories can be submitted, and a story moderation interface', |
70 | 70 | 'descriptionmsg' => 'storyboard-desc', |
71 | 71 | ); |
72 | 72 | |