r59746 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59745‎ | r59746 | r59747 >
Date:21:11, 4 December 2009
Author:jeroendedauw
Status:deferred
Tags:
Comment:
small i18n fix
Modified paths:
  • /trunk/extensions/SemanticMaps/SM_GeoCoordsValue.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/SM_GeoCoordsValue.php
@@ -237,7 +237,7 @@
238238 if ($numvalue->isValid() && ($numvalue->getUnit() == '')) {
239239 $res += $numvalue->getNumericValue() / $factor;
240240 } else {
241 - $this->addError(wfMsgForContent('semanticmaps_nofloat', $angles[$i]));
 241+ $this->addError(wfMsgForContent('smw_nofloat', $angles[$i]));
242242 }
243243 }
244244 $factor = $factor * 60;

Status & tagging log