http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89059

Revision: 89059
Author:   jeroendedauw
Date:     2011-05-28 18:57:14 +0000 (Sat, 28 May 2011)
Log Message:
-----------
address bug 29193

Modified Paths:
--------------
    branches/SemanticMaps0.7.x/SemanticMaps.hooks.php

Modified: branches/SemanticMaps0.7.x/SemanticMaps.hooks.php
===================================================================
--- branches/SemanticMaps0.7.x/SemanticMaps.hooks.php   2011-05-28 18:55:47 UTC 
(rev 89058)
+++ branches/SemanticMaps0.7.x/SemanticMaps.hooks.php   2011-05-28 18:57:14 UTC 
(rev 89059)
@@ -27,7 +27,7 @@
        
            $smw_docu_row = $displaying_data_section->getRow( 'smw' );
        
-           $sm_docu_label = wfMsg( 'adminlinks_documentation', wfMsg( 
'semanticmaps_name' ) );
+           $sm_docu_label = wfMsg( 'adminlinks_documentation', 'Semantic Maps' 
);
            $smw_docu_row->addItem( AlItem::newFromExternalLink( 
'http://mapping.referata.com/wiki/Semantic_Maps', $sm_docu_label ) );
        
            return true;                


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to