]> source.dussan.org Git - nextcloud-server.git/commitdiff
Change the second part of the notification
authorLukas Reschke <lukas@statuscode.ch>
Sat, 19 Jan 2013 12:12:27 +0000 (13:12 +0100)
committerLukas Reschke <lukas@statuscode.ch>
Sat, 19 Jan 2013 12:12:27 +0000 (13:12 +0100)
apps/files/js/files.js

index f8d276a079db86ca664844b903789aaaf89d6a26..b58ff4b65ff105bfa7ad2c3d1badf35826eede62 100644 (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','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")) ) {