mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
rename resample to transform
This commit is contained in:
parent
70e7adb5d0
commit
5c81170c42
2 changed files with 2 additions and 2 deletions
|
|
@ -1732,7 +1732,7 @@
|
|||
<p>Click to create a new map:</p>
|
||||
<div>
|
||||
<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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue