X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=manifoldapi%2Fstatic%2Fjs%2Fplugin.js;h=22e4be5230140a253c741a93df47cc84b7909789;hb=fef70ee832b2575ae8db826ce6ae62c0e02a04e6;hp=324c8c4dff90233c00adcad7ff9d12ebfea756f2;hpb=e17c4ff5fd80bb24573047eb832ea6ca5c2fc73e;p=unfold.git diff --git a/manifoldapi/static/js/plugin.js b/manifoldapi/static/js/plugin.js index 324c8c4d..22e4be52 100644 --- a/manifoldapi/static/js/plugin.js +++ b/manifoldapi/static/js/plugin.js @@ -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 operation can take a minute or two.'; } $('div.loading').fadeIn('fast'); $('div.loading').find('.message').text(message);