From 06fe93f6fd9aad0ca2175e2d4b73f5f8f46e70cd Mon Sep 17 00:00:00 2001 From: GoteGuru Date: Wed, 18 May 2022 23:40:04 +0200 Subject: [PATCH] rename resample button to Transform --- modules/ui/submap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/submap.js b/modules/ui/submap.js index 2a7813e9..ffbfecbb 100644 --- a/modules/ui/submap.js +++ b/modules/ui/submap.js @@ -99,7 +99,7 @@ window.UISubmap = (function () { resizable: false, position: {my: "center", at: "center", of: "svg"}, buttons: { - Resample: function () { + Transform: function () { $(this).dialog("close"); resampleCurrentMap(); },