Index: branches/SemanticMaps0.7.x/includes/SM_GeoCoordsValue.php |
— | — | @@ -77,7 +77,7 @@ |
78 | 78 | * @return true |
79 | 79 | */ |
80 | 80 | public static function initGeoCoordsType() { |
81 | | - SMWDataValueFactory::registerDatatype( '_geo', __CLASS__, 'Geographic coordinate' ); |
| 81 | + SMWDataValueFactory::registerDatatype( '_geo', __CLASS__ ); |
82 | 82 | return true; |
83 | 83 | } |
84 | 84 | |