Repair ACQ nls file synax
authorBill Erickson <berick@esilibrary.com>
Thu, 14 Mar 2013 12:37:55 +0000 (08:37 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Thu, 14 Mar 2013 15:38:14 +0000 (11:38 -0400)
Remove trailing comma, which breaks the PO building process.  Thanks to
Pasi Kallinen for spotting this.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Open-ILS/web/js/dojo/openils/acq/nls/acq.js

index eb6d7f9..a11792d 100644 (file)
@@ -92,5 +92,5 @@
     "INVOICE_COPY_COUNT_INFO": "Copies received on this invoice: ${0} out of ${1}.",
     "INVOICE_IDENT_COLLIDE": "There is already an invoice in the system with the given combination of 'Vendor Invoice ID' and 'Provider,' which is not allowed.",
     "NEW_INVOICE": "New Invoice",
-    "NO_LI_GENERAL" : "You have not selected any line items.",
+    "NO_LI_GENERAL" : "You have not selected any line items."
 }