Index: trunk/extensions/Translate/groups/OpenLayers.php |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | * @todo Use new style class OpenLayersFFS. |
16 | 16 | */ |
17 | 17 | class OpenLayersMessageGroup extends MessageGroupOld { |
18 | | - protected $label = 'OpenLayers (slippy maps)'; |
| 18 | + protected $label = 'OpenLayers'; |
19 | 19 | protected $id = 'out-openlayers'; |
20 | 20 | protected $type = 'openlayers'; |
21 | 21 | |