/** * Replace mapbox messages with MediaWiki messages */ L.Control.Zoom.prototype.options.zoomInTitle = mw.msg( 'mapbox-control-zoomin-title' ); L.Control.Zoom.prototype.options.zoomOutTitle = mw.msg( 'mapbox-control-zoomout-title' );