From: dbs Date: Mon, 14 Jun 2010 15:52:18 +0000 (+0000) Subject: Fix bad JSON in acq i18n file X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=579fe3aca9c9ad6b05c5383d005eaa9d350d3f9c;p=working%2FEvergreen.git Fix bad JSON in acq i18n file git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@16707 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/js/dojo/openils/acq/nls/acq.js b/Open-ILS/web/js/dojo/openils/acq/nls/acq.js index c688a5b26d..34b5769bbe 100644 --- a/Open-ILS/web/js/dojo/openils/acq/nls/acq.js +++ b/Open-ILS/web/js/dojo/openils/acq/nls/acq.js @@ -1,6 +1,6 @@ { - 'CREATE_PO_ASSETS_CONFIRM' : "This will create bibliographic, call number, and copy records for this purchase order in the ILS.\n\nContinue?", - 'ROLLBACK_PO_RECEIVE_CONFIRM' : "This will rollback receipt of all copies for this purchase order.\n\nContinue?", - 'XUL_RECORD_DETAIL_PAGE' : 'Record Details', - 'DELETE_LI_COPIES_CONFIRM' : 'This will delete the last ${0} copies in the table. Proceed?' + "CREATE_PO_ASSETS_CONFIRM" : "This will create bibliographic, call number, and copy records for this purchase order in the ILS.\n\nContinue?", + "ROLLBACK_PO_RECEIVE_CONFIRM" : "This will rollback receipt of all copies for this purchase order.\n\nContinue?", + "XUL_RECORD_DETAIL_PAGE" : "Record Details", + "DELETE_LI_COPIES_CONFIRM" : "This will delete the last ${0} copies in the table. Proceed?" }