changed message
authorCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Fri, 25 Jul 2014 10:34:36 +0000 (12:34 +0200)
committerCiro Scognamiglio <ciro.scognamiglio@cslash.net>
Fri, 25 Jul 2014 10:34:36 +0000 (12:34 +0200)
manifoldapi/static/js/plugin.js

index 324c8c4..495bdc7 100644 (file)
@@ -318,7 +318,7 @@ var Plugin = Class.extend({
     // you can also call spin_presets() yourself and tweak what you need to, like topmenuvalidation does
     spin: function (message) {
        if (!message) {
-               message = 'Please be patient, this can take a few seconds.';
+               message = 'Please be patient, this can take a minute or two.';
        }
        $('div.loading').fadeIn('fast');
        $('div.loading').find('.message').text(message);