summaryrefslogtreecommitdiffstats
path: root/apps/files/js
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2013-01-19 13:12:27 +0100
committerLukas Reschke <lukas@statuscode.ch>2013-01-19 13:12:27 +0100
commit02bd8dd45a66a8ed0323af56fcafd44df2babd7e (patch)
tree3f60caf407795f14a82536459f51eea61d4e1daa /apps/files/js
parentad57db3e876b9fb7831ccd43a60815d88ef9a45f (diff)
downloadnextcloud-server-02bd8dd45a66a8ed0323af56fcafd44df2babd7e.tar.gz
nextcloud-server-02bd8dd45a66a8ed0323af56fcafd44df2babd7e.zip
Change the second part of the notification
Diffstat (limited to 'apps/files/js')
-rw-r--r--apps/files/js/files.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/files.js b/apps/files/js/files.js
index f8d276a079d..b58ff4b65ff 100644
--- a/apps/files/js/files.js
+++ b/apps/files/js/files.js
@@ -184,7 +184,7 @@ $(document).ready(function() {
$('.download').click('click',function(event) {
var files=getSelectedFiles('name').join(';');
var dir=$('#dir').val()||'/';
- $('#notification').text(t('files','Your download is being prepared. Thanks for your patience.'));
+ $('#notification').text(t('files','Your download is being prepared. This might take some time if the files are big.'));
$('#notification').fadeIn();
// use special download URL if provided, e.g. for public shared files
if ( (downloadURL = document.getElementById("downloadURL")) ) {