From b6d37f23ae21f391557aaf2a075c982ac577c0a4 Mon Sep 17 00:00:00 2001 From: dbs Date: Wed, 29 Oct 2008 04:19:59 +0000 Subject: [PATCH] Trailing commas aren't all that cool in JS git-svn-id: svn://svn.open-ils.org/ILS/trunk@10959 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/dojo/openils/conify/nls/ccs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- 2.11.0