Added warning that original files will be deleted

This commit is contained in:
Tobias Reich 2014-07-23 22:04:07 +02:00
parent d991eef2c9
commit 31ed7cb0c0
2 changed files with 2 additions and 2 deletions

View File

@ -271,7 +271,7 @@ upload = {
["Cancel", function() {}]
];
modal.show("Import from Server", "This action will import all photos and albums which are located in the following directory: <input class='text' type='text' maxlength='100' placeholder='Absolute path to directory' value='" + lychee.location + "uploads/import/'>", buttons);
modal.show("Import from Server", "This action will import all photos and albums which are located in the following directory. The original files will be deleted after the import. <input class='text' type='text' maxlength='100' placeholder='Absolute path to directory' value='" + lychee.location + "uploads/import/'>", buttons);
},

File diff suppressed because one or more lines are too long