rename resample button to Transform

This commit is contained in:
GoteGuru 2022-05-18 23:40:04 +02:00
parent 5c81170c42
commit 06fe93f6fd

View file

@ -99,7 +99,7 @@ window.UISubmap = (function () {
resizable: false, resizable: false,
position: {my: "center", at: "center", of: "svg"}, position: {my: "center", at: "center", of: "svg"},
buttons: { buttons: {
Resample: function () { Transform: function () {
$(this).dialog("close"); $(this).dialog("close");
resampleCurrentMap(); resampleCurrentMap();
}, },