Index: trunk/extensions/SemanticMaps/SemanticMaps.php |
— | — | @@ -77,7 +77,7 @@ |
78 | 78 | 'version' => SM_VERSION, |
79 | 79 | 'author' => array('[http://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw]', '[http://www.mediawiki.org/wiki/User:Yaron_Koren Yaron Koren]', 'others'), |
80 | 80 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Semantic_Maps', |
81 | | - 'descriptionmsg' => wfMsgExt( 'semanticmaps_desc', 'parsemag', $services_list ), |
| 81 | + 'description' => wfMsgExt( 'semanticmaps_desc', 'parsemag', $services_list ), |
82 | 82 | ); |
83 | 83 | |
84 | 84 | $wgOut->addScriptFile($smgScriptPath . '/SMUtilityFunctions.js'); |