X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=manifoldapi%2Fstatic%2Fjs%2Fplugin.js;h=22e4be5230140a253c741a93df47cc84b7909789;hb=fef70ee832b2575ae8db826ce6ae62c0e02a04e6;hp=495bdc7db81ec5ca02f42c5e63e82b93f6a2a35d;hpb=af8400d08628917ac20abca26801a8666eaaff9e;p=myslice.git diff --git a/manifoldapi/static/js/plugin.js b/manifoldapi/static/js/plugin.js index 495bdc7d..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 minute or two.'; + message = 'Please be patient, this operation can take a minute or two.'; } $('div.loading').fadeIn('fast'); $('div.loading').find('.message').text(message);