Index: trunk/extensions/SemanticMaps/SM_GeoCoordsValue.php |
— | — | @@ -237,7 +237,7 @@ |
238 | 238 | if ($numvalue->isValid() && ($numvalue->getUnit() == '')) { |
239 | 239 | $res += $numvalue->getNumericValue() / $factor; |
240 | 240 | } else { |
241 | | - $this->addError(wfMsgForContent('semanticmaps_nofloat', $angles[$i])); |
| 241 | + $this->addError(wfMsgForContent('smw_nofloat', $angles[$i])); |
242 | 242 | } |
243 | 243 | } |
244 | 244 | $factor = $factor * 60; |