From 008f87cb4e3eaeb9cc28df0e58240bd40bab4082 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" Date: Tue, 25 Oct 2005 22:51:53 +0000 Subject: [PATCH] Bug 313732: fix typo in name of error message variable. Patch by bugzilla.mozilla@rjb.za.net; r=gerv, a=myk. git-svn-id: svn://10.0.0.236/trunk@183016 18797224-902f-48f8-a5cc-f745e15eee43 --- .../bugzilla/template/en/default/global/code-error.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/template/en/default/global/code-error.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/global/code-error.html.tmpl index 534938ff714..440cc19bf43 100644 --- a/mozilla/webtools/bugzilla/template/en/default/global/code-error.html.tmpl +++ b/mozilla/webtools/bugzilla/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 %].