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

@ -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"},