Index: branches/SemanticMaps0.7.x/SemanticMaps.hooks.php |
— | — | @@ -27,7 +27,7 @@ |
28 | 28 | |
29 | 29 | $smw_docu_row = $displaying_data_section->getRow( 'smw' ); |
30 | 30 | |
31 | | - $sm_docu_label = wfMsg( 'adminlinks_documentation', wfMsg( 'semanticmaps_name' ) ); |
| 31 | + $sm_docu_label = wfMsg( 'adminlinks_documentation', 'Semantic Maps' ); |
32 | 32 | $smw_docu_row->addItem( AlItem::newFromExternalLink( 'http://mapping.referata.com/wiki/Semantic_Maps', $sm_docu_label ) ); |
33 | 33 | |
34 | 34 | return true; |