Browse Source

Added warning that original files will be deleted

Tobias Reich 10 years ago
parent
commit
31ed7cb0c0
2 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/js/upload.js
  2. 0 0
      assets/min/main.js

+ 1 - 1
assets/js/upload.js

@@ -271,7 +271,7 @@ upload = {
 				["Cancel", function() {}]
 				["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 it is too large
+ 0 - 0
assets/min/main.js


Some files were not shown because too many files changed in this diff