From 2c2bd10e2707a3b2ab54b5061d0215a47e3e8948 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Tue, 30 May 2023 18:29:57 -0400 Subject: [PATCH] Better zoom set/modified wording Fix #420, hopefully the fuzzy translations will be updated! --- 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 aa34da1d..ce0a5ef3 100644 --- a/umap/static/umap/js/umap.js +++ b/umap/static/umap/js/umap.js @@ -708,7 +708,7 @@ L.U.Map.include({ // We do not want an extra message during the map creation // to avoid the double notification/alert. this.ui.alert({ - content: L._('The zoom and center have been set.'), + content: L._('The zoom and center have been modified.'), level: 'info', }) }