commit a306f6fe960d90e42b625e1ef4b8f877591869c0
parent eb5eaa708e33478743d17487376010133b0bba49
Author: Sergej Orlov <wladimirych@gmail.com>
Date: Tue, 14 Mar 2017 00:22:35 +0300
[coordinates] more verbose label in menu
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/leaflet.control.coordinates/index.js b/src/lib/leaflet.control.coordinates/index.js
@@ -44,7 +44,7 @@ L.Control.Coordinates = L.Control.extend({
);
map.on('mousemove', this.onMouseMove, this);
this.menu = new Contextmenu([
- {text: 'Click map to copy to clipboard', callback: this.prepareForClickOnMap.bind(this)},
+ {text: 'Click map to copy coordinates to clipboard', callback: this.prepareForClickOnMap.bind(this)},
'-',
{text: '±ddd.ddddd', callback: this.onMenuSelect.bind(this, 'd')},
{text: 'ddd.ddddd°', callback: this.onMenuSelect.bind(this, 'D')},