From: Lukas Reschke Date: Sat, 19 Jan 2013 12:12:27 +0000 (+0100) Subject: Change the second part of the notification X-Git-Tag: v5.0.0alpha1~219^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=02bd8dd45a66a8ed0323af56fcafd44df2babd7e;p=nextcloud-server.git Change the second part of the notification --- 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")) ) {