Merge pull request #1228 from owncloud/generating_zip_message

Make the ZIP download information friendlier
This commit is contained in:
Jan-Christoph Borchardt 2013-01-19 04:33:39 -08:00
commit ae244972cb
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,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. 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")) ) {