Index: trunk/extensions/Maps/Maps.hooks.php |
— | — | @@ -26,7 +26,7 @@ |
27 | 27 | if ( is_null( $displaying_data_section ) ) return true; |
28 | 28 | $smw_docu_row = $displaying_data_section->getRow( 'smw' ); |
29 | 29 | |
30 | | - $maps_docu_label = wfMsg( 'adminlinks_documentation', wfMsg( 'maps_name' ) ); |
| 30 | + $maps_docu_label = wfMsg( 'adminlinks_documentation', 'Maps' ); |
31 | 31 | $smw_docu_row->addItem( AlItem::newFromExternalLink( 'http://mapping.referata.com/wiki/Maps', $maps_docu_label ) ); |
32 | 32 | |
33 | 33 | return true; |