From ba7c33a6c05815453f8ca694f8aec3a6907720c9 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Wed, 26 Oct 2005 05:51:23 +0000 Subject: Bug 313732: fix typo in name of error message variable. Patch by bugzilla.mozilla@rjb.za.net; r=gerv, a=myk. --- 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 534938ff7..440cc19bf 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -87,7 +87,7 @@ [% ELSIF error == "chart_dir_nonexistent" %] One of the directories [% dir FILTER html %] and - [% graphdir FILTER html %] does not exist. + [% graph_dir FILTER html %] does not exist. [% ELSIF error == "chart_file_open_fail" %] Unable to open the chart datafile [% filename FILTER html %]. -- cgit v1.2.3-24-g4f1b