Index: trunk/extensions/SemanticMaps/SemanticMaps.i18n.php |
— | — | @@ -17,10 +17,8 @@ |
18 | 18 | |
19 | 19 | $messages['en'] = array( |
20 | 20 | 'semanticmaps_name' => 'Semantic Maps', |
21 | | - 'semanticmaps_desc' => "Provides the ability to view and edit coordinate data stored through the Semantic MediaWiki extension. |
22 | | -Available map services: $1. |
23 | | -[http://www.mediawiki.org/wiki/Extension:Semantic_Maps Documentation]. |
24 | | -[http://wiki.bn2vs.com/wiki/Semantic_Maps Demos]", |
| 21 | + 'semanticmaps_desc' => "Provides the ability to view and edit coordinate data stored through the Semantic MediaWiki extension ([http://wiki.bn2vs.com/wiki/Semantic_Maps demo]). |
| 22 | +Available map services: $1", |
25 | 23 | 'semanticmaps_lookupcoordinates' => 'Look up coordinates', |
26 | 24 | 'semanticmaps_enteraddresshere' => 'Enter address here', |
27 | 25 | 'semanticmaps_notfound' => 'not found', |
Index: trunk/extensions/Maps/Maps.i18n.php |
— | — | @@ -16,10 +16,8 @@ |
17 | 17 | */ |
18 | 18 | $messages['en'] = array( |
19 | 19 | 'maps_name' => 'Maps', |
20 | | - 'maps_desc' => "Provides the ability to display coordinate data in maps, and geocode addresses. |
21 | | -Available mapping services: $1. |
22 | | -[http://www.mediawiki.org/wiki/Extension:Maps Documentation]. |
23 | | -[http://wiki.bn2vs.com/wiki/Maps Demos]", |
| 20 | + 'maps_desc' => "Provides the ability to display coordinate data in maps, and geocode addresses ([http://wiki.bn2vs.com/wiki/Maps demo]). |
| 21 | +Available mapping services: $1", |
24 | 22 | ); |
25 | 23 | |
26 | 24 | /** Message documentation (Message documentation) |