From: pines Date: Sun, 3 Sep 2006 03:06:25 +0000 (+0000) Subject: wording X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bb110ee2e9d6498830c6a3542bacf0c8a35c99ba;p=Evergreen.git wording git-svn-id: svn://svn.open-ils.org/ILS/trunk@5878 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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 );