mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
bulk upload burg names - more clear help text
This commit is contained in:
parent
e06356aa57
commit
acacf395f6
1 changed files with 2 additions and 2 deletions
|
|
@ -483,9 +483,9 @@ function overviewBurgs() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function renameBurgsInBulk() {
|
function renameBurgsInBulk() {
|
||||||
const message = `Download burgs list as a text file, make changes and re-upload the file.
|
alertMessage.innerHTML = `Download burgs list as a text file, make changes and re-upload the file.
|
||||||
|
Make sure the file is a plain text document with each name on its own line (the dilimiter is CRLF).
|
||||||
If you do not want to change the name, just leave it as is`;
|
If you do not want to change the name, just leave it as is`;
|
||||||
alertMessage.innerHTML = message;
|
|
||||||
|
|
||||||
$("#alert").dialog({
|
$("#alert").dialog({
|
||||||
title: "Burgs bulk renaming",
|
title: "Burgs bulk renaming",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue