wording
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 9 Aug 2006 03:19:32 +0000 (03:19 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 9 Aug 2006 03:19:32 +0000 (03:19 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@5395 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/cat/util.js

index 94757a7..af07fa9 100644 (file)
@@ -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 += '<description>' + params.message + '</description>';