From ad57db3e876b9fb7831ccd43a60815d88ef9a45f Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Fri, 18 Jan 2013 22:35:26 +0100 Subject: [PATCH] Make the message friendlier --- apps/files/js/files.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files/js/files.js b/apps/files/js/files.js index 3a4af6416e..f8d276a079 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','generating ZIP-file, it may take some time.')); + $('#notification').text(t('files','Your download is being prepared. Thanks for your patience.')); $('#notification').fadeIn(); // use special download URL if provided, e.g. for public shared files if ( (downloadURL = document.getElementById("downloadURL")) ) {