[open-ils-commits] r11221 - trunk/Open-ILS/web/js/dojo/openils/reports/nls

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Nov 16 10:21:41 EST 2008


Author: dbs
Date: 2008-11-16 10:21:39 -0500 (Sun, 16 Nov 2008)
New Revision: 11221

Modified:
   trunk/Open-ILS/web/js/dojo/openils/reports/nls/reports.js
Log:
Typo in reports dojo string sources

Modified: trunk/Open-ILS/web/js/dojo/openils/reports/nls/reports.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/reports/nls/reports.js	2008-11-16 14:44:59 UTC (rev 11220)
+++ trunk/Open-ILS/web/js/dojo/openils/reports/nls/reports.js	2008-11-16 15:21:39 UTC (rev 11221)
@@ -123,7 +123,7 @@
 	"TEMPLATE_CONF_NOT_IN": "Field does not match one of list (comma separated):",
 	"TEMPLATE_CONF_IN": "Field matches one of list (comma separated):",
 	"TEMPLATE_CONF_DEFAULT": "Value ${0}:",
-	"TEMPLATE_CONF_CONFIRM_SAVE": "Name : ${0}\nDescription: $[1}\nSave Template?",
+	"TEMPLATE_CONF_CONFIRM_SAVE": "Name : ${0}\nDescription: ${1}\nSave Template?",
 	"TEMPLATE_CONF_SUCCESS_SAVE": "Template ${0} was successfully saved.",
 	
 	"TRANSFORMS_BARE": "Raw Data",



More information about the open-ils-commits mailing list