rename resample to transform

This commit is contained in:
GoteGuru 2022-05-18 23:34:47 +02:00
parent 70e7adb5d0
commit 5c81170c42
2 changed files with 2 additions and 2 deletions

View file

@ -1732,7 +1732,7 @@
<p>Click to create a new map:</p> <p>Click to create a new map:</p>
<div> <div>
<button id="openSubmapMenu" data-tip="Click to generate a submap from the current viewport">Submap</button> <button id="openSubmapMenu" data-tip="Click to generate a submap from the current viewport">Submap</button>
<button id="openResampleMenu" data-tip="Click to transform the map">Resample</button> <button id="openResampleMenu" data-tip="Click to transform the map">Transform</button>
</div> </div>
</div> </div>

View file

@ -94,7 +94,7 @@ window.UISubmap = (function () {
}; };
$("#resampleDialog").dialog({ $("#resampleDialog").dialog({
title: "Resample map", title: "Transform map",
width: "430px", width: "430px",
resizable: false, resizable: false,
position: {my: "center", at: "center", of: "svg"}, position: {my: "center", at: "center", of: "svg"},