From: phasefx Date: Wed, 9 Aug 2006 03:19:32 +0000 (+0000) Subject: wording X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=262038f14a8cfd3322550dca2d003dfc010ab906;p=evergreen%2Fpines.git wording git-svn-id: svn://svn.open-ils.org/ILS/trunk@5395 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/cat/util.js b/Open-ILS/xul/staff_client/server/cat/util.js index 94757a7843..af07fa9e18 100644 --- a/Open-ILS/xul/staff_client/server/cat/util.js +++ b/Open-ILS/xul/staff_client/server/cat/util.js @@ -23,7 +23,7 @@ cat.util.transfer_copies = function(params) { if (!params.message) { params.message = 'Transfer items from their original volumes to '; params.message += data.hash.aou[ params.owning_lib ].shortname() + "'s volume labelled "; - params.message += '"' + params.volume_label + '" on the following record?'; + params.message += '"' + params.volume_label + '" on the following record (and change their circ libs to match)?'; } xml += '' + params.message + '';