[open-ils-commits] [GIT] Evergreen ILS branch master updated. a19259c23927490ab9a052d9edcdbae395d27f7d

Evergreen Git git at git.evergreen-ils.org
Thu Mar 14 11:38:29 EDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  a19259c23927490ab9a052d9edcdbae395d27f7d (commit)
      from  ae5293cab29214e5a0473cfe4683e5a8363641af (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a19259c23927490ab9a052d9edcdbae395d27f7d
Author: Bill Erickson <berick at esilibrary.com>
Date:   Thu Mar 14 08:37:55 2013 -0400

    Repair ACQ nls file synax
    
    Remove trailing comma, which breaks the PO building process.  Thanks to
    Pasi Kallinen for spotting this.
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

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 eb6d7f9..a11792d 100644
--- a/Open-ILS/web/js/dojo/openils/acq/nls/acq.js
+++ b/Open-ILS/web/js/dojo/openils/acq/nls/acq.js
@@ -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."
 }

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/web/js/dojo/openils/acq/nls/acq.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list