From bb110ee2e9d6498830c6a3542bacf0c8a35c99ba Mon Sep 17 00:00:00 2001 From: pines Date: Sun, 3 Sep 2006 03:06:25 +0000 Subject: [PATCH] wording git-svn-id: svn://svn.open-ils.org/ILS/trunk@5878 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/util/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/util/list.js b/Open-ILS/xul/staff_client/chrome/content/util/list.js index 0a9bb284b9..a2fa0690d5 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/list.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/list.js @@ -76,7 +76,7 @@ util.list.prototype = { } if (obj.row_count.total != obj.row_count.fleshed && (obj.row_count.total - obj.row_count.fleshed) > 50) { - var r = window.confirm('WARNING: Only ' + obj.row_count.fleshed + ' out of ' + obj.row_count.total + ' rows in this list have been fully retrieved. Sorting this list requires that all these rows be retrieved, and this may take some time and lag the staff client. Would you like to proceed?'); + var r = window.confirm('WARNING: Only ' + obj.row_count.fleshed + ' out of ' + obj.row_count.total + ' rows in this list have been retrieved for immediate viewing. Sorting this list requires that all these rows be retrieved, and this may take some time and lag the staff client. Would you like to proceed?'); if (r) { setTimeout( do_it, 0 ); -- 2.43.2