Make the message friendlier

This commit is contained in:
Lukas Reschke 2013-01-18 22:35:26 +01:00
parent edf3572835
commit ad57db3e87

View file

@ -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")) ) {