From 3647e13dff1ab935b5ec3ff570e709fbe4e93708 Mon Sep 17 00:00:00 2001 From: dbs Date: Sun, 16 Nov 2008 15:21:39 +0000 Subject: [PATCH] Typo in reports dojo string sources git-svn-id: svn://svn.open-ils.org/ILS/trunk@11221 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/dojo/openils/reports/nls/reports.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/dojo/openils/reports/nls/reports.js b/Open-ILS/web/js/dojo/openils/reports/nls/reports.js index 75f355a2c1..3f61b84923 100644 --- a/Open-ILS/web/js/dojo/openils/reports/nls/reports.js +++ b/Open-ILS/web/js/dojo/openils/reports/nls/reports.js @@ -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", -- 2.11.0