From b754744bb47b51851da85efa2f039951a96f8031 Mon Sep 17 00:00:00 2001 From: Ciro Scognamiglio Date: Fri, 25 Jul 2014 12:34:36 +0200 Subject: [PATCH] changed message --- manifoldapi/static/js/plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifoldapi/static/js/plugin.js b/manifoldapi/static/js/plugin.js index 324c8c4d..495bdc7d 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 can take a minute or two.'; } $('div.loading').fadeIn('fast'); $('div.loading').find('.message').text(message); -- 2.43.0