From: dbs Date: Wed, 29 Oct 2008 04:21:46 +0000 (+0000) Subject: Merge r10959 from trunk: Trailing commas aren't all that cool in JS X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ed9dd42b68ac7235bf53952d7197c98eeb158ce8;p=Evergreen.git Merge r10959 from trunk: Trailing commas aren't all that cool in JS git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@10960 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/js/dojo/openils/conify/nls/ccs.js b/Open-ILS/web/js/dojo/openils/conify/nls/ccs.js index c53f9ce898..a528ae9b27 100644 --- a/Open-ILS/web/js/dojo/openils/conify/nls/ccs.js +++ b/Open-ILS/web/js/dojo/openils/conify/nls/ccs.js @@ -13,5 +13,5 @@ "STATUS_DELETED": "${0} deleted", "SUCCESS_CREATING_STATUS": "New ${0} status created", "SUCCESS_SAVE": "Saved changes to ${0}", - "TRANSLATION": "Translation", + "TRANSLATION": "Translation" }