[open-ils-commits] r10960 - branches/rel_1_4/Open-ILS/web/js/dojo/openils/conify/nls
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Oct 29 00:21:49 EDT 2008
Author: dbs
Date: 2008-10-29 00:21:46 -0400 (Wed, 29 Oct 2008)
New Revision: 10960
Modified:
branches/rel_1_4/Open-ILS/web/js/dojo/openils/conify/nls/ccs.js
Log:
Merge r10959 from trunk: Trailing commas aren't all that cool in JS
Modified: branches/rel_1_4/Open-ILS/web/js/dojo/openils/conify/nls/ccs.js
===================================================================
--- branches/rel_1_4/Open-ILS/web/js/dojo/openils/conify/nls/ccs.js 2008-10-29 04:19:59 UTC (rev 10959)
+++ branches/rel_1_4/Open-ILS/web/js/dojo/openils/conify/nls/ccs.js 2008-10-29 04:21:46 UTC (rev 10960)
@@ -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"
}
More information about the open-ils-commits
mailing list