From 382212990ea27ed16f8fd00af3905d942ee81bee Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sun, 22 Mar 2020 14:40:06 +0100 Subject: [PATCH] Update user message --- umap/static/umap/js/umap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/js/umap.js b/umap/static/umap/js/umap.js index 96ce2ebc..1a040c16 100644 --- a/umap/static/umap/js/umap.js +++ b/umap/static/umap/js/umap.js @@ -605,7 +605,7 @@ L.U.Map.include({ ['options.includeFullScreenLink', {handler: 'Switch', label: L._('Include full screen link?')}], ['options.currentView', {handler: 'Switch', label: L._('Current view instead of default map view?')}], ['options.keepCurrentDatalayers', {handler: 'Switch', label: L._('Keep current visible layers')}], - ['options.viewCurrentFeature', {handler: 'Switch', label: L._('Open current item')}], + ['options.viewCurrentFeature', {handler: 'Switch', label: L._('Open current feature on load')}], 'queryString.moreControl', 'queryString.scrollWheelZoom', 'queryString.miniMap',