r54713 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54712‎ | r54713 | r54714 >
Date:11:27, 10 August 2009
Author:siebrand
Status:deferred
Tags:
Comment:
More tweaking of description messages.
* remove documentation link (same link as in extension credits)
* add demo link in parentheses after initial description
* remove trailing full stop
Modified paths:
  • /trunk/extensions/Maps/Maps.i18n.php (modified) (history)
  • /trunk/extensions/SemanticMaps/SemanticMaps.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/SemanticMaps.i18n.php
@@ -17,10 +17,8 @@
1818
1919 $messages['en'] = array(
2020 '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",
2523 'semanticmaps_lookupcoordinates' => 'Look up coordinates',
2624 'semanticmaps_enteraddresshere' => 'Enter address here',
2725 'semanticmaps_notfound' => 'not found',
Index: trunk/extensions/Maps/Maps.i18n.php
@@ -16,10 +16,8 @@
1717 */
1818 $messages['en'] = array(
1919 '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",
2422 );
2523
2624 /** Message documentation (Message documentation)

Status & tagging log