From eadccea058fbe1698b2a13aad81db1c03175e049 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 30 Dec 2010 11:50:29 -0500 Subject: [PATCH] Bug 622105 - Misspelling in setting_info_invalid error message r/a=LpSolit --- template/en/default/global/code-error.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 753695b2d5..b09f71a350 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -443,7 +443,7 @@ [% ELSIF error == "setting_info_invalid" %] To create a new setting, you must supply a setting name, a list of - value/sortindex pairs, and the devault value. + value/sortindex pairs, and the default value. [% ELSIF error == "setting_name_invalid" %] The setting name [% name FILTER html %] is not a valid -- 2.47.3