r60261 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60260‎ | r60261 | r60262 >
Date:16:05, 21 December 2009
Author:siebrand
Status:deferred
Tags:
Comment:
i18n/L10n correction on r60259
Modified paths:
  • /trunk/extensions/Maps/Maps.i18n.php (modified) (history)
  • /trunk/extensions/Maps/OpenStreetMap/Maps_OSMDispMap.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/OpenStreetMap/Maps_OSMDispMap.php
@@ -123,7 +123,7 @@
124124 $static = new $staticType($this->centre_lat, $this->centre_lon, $this->zoom, $this->width, $this->height, $this->lang, $staticOptions);
125125 $rendering_url = $static->getUrl();
126126
127 - $alt = wfMsg('maps_centred_on') . " $this->centre_lat, $this->centre_lon.";
 127+ $alt = wfMsg( 'maps_centred_on', $this->centre_lat, $this->centre_lon );
128128
129129 if ($this->activatable != 'no') {
130130 $title = wfMsg('maps_click_to_activate');
Index: trunk/extensions/Maps/Maps.i18n.php
@@ -39,7 +39,7 @@
4040
4141 // Static maps
4242 'maps_click_to_activate' => 'Click to activate map',
43 - 'maps_centred_on' => 'Map centred on',
 43+ 'maps_centred_on' => 'Map centered on $1, $2.',
4444
4545 // Google Maps overlays
4646 'maps_overlays' => 'Overlays',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r60259Changes for 0.5.1. Extended static map support.jeroendedauw15:06, 21 December 2009

Status & tagging log