From 5c81170c4219765104eb9c171f1ebba20c5f8d0b Mon Sep 17 00:00:00 2001 From: GoteGuru Date: Wed, 18 May 2022 23:34:47 +0200 Subject: [PATCH] rename resample to transform --- index.html | 2 +- modules/ui/submap.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 6493e516..8b56c954 100644 --- a/index.html +++ b/index.html @@ -1732,7 +1732,7 @@

Click to create a new map:

- +
diff --git a/modules/ui/submap.js b/modules/ui/submap.js index 9c27f4d5..2a7813e9 100644 --- a/modules/ui/submap.js +++ b/modules/ui/submap.js @@ -94,7 +94,7 @@ window.UISubmap = (function () { }; $("#resampleDialog").dialog({ - title: "Resample map", + title: "Transform map", width: "430px", resizable: false, position: {my: "center", at: "center", of: "svg"},