Index: trunk/extensions/FundraiserLandingPage/FundraiserLandingPage.i18n.php |
— | — | @@ -3,5 +3,5 @@ |
4 | 4 | $messages = array(); |
5 | 5 | |
6 | 6 | $messages['en'] = array( |
7 | | - 'fundraisinglandingpage-desc' => 'Takes URL parameters and passes them to the specified template as template variables', |
| 7 | + 'fundraiserlandingpage-desc' => 'Takes URL parameters and passes them to the specified template as template variables', |
8 | 8 | ); |
Index: trunk/extensions/FundraiserLandingPage/FundraiserLandingPage.php |
— | — | @@ -21,7 +21,7 @@ |
22 | 22 | 'name' => 'FundraiserLandingPage', |
23 | 23 | 'author' => 'Peter Gehres', |
24 | 24 | 'url' => 'http://www.mediawiki.org/wiki/Extension:FundraiserLandingPage', |
25 | | - 'descriptionmsg' => 'fundraisinglandingpage-desc', |
| 25 | + 'descriptionmsg' => 'fundraiserlandingpage-desc', |
26 | 26 | 'version' => '1.0.0', |
27 | 27 | ); |
28 | 28 | |