summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerv%gerv.net <>2005-10-26 07:51:23 +0200
committergerv%gerv.net <>2005-10-26 07:51:23 +0200
commitba7c33a6c05815453f8ca694f8aec3a6907720c9 (patch)
tree1bd32c9689f52098f606c5c01a095faca35b2e74
parentea8deb3e88876420c1a616586191aa3bcbb2609a (diff)
downloadbugzilla-ba7c33a6c05815453f8ca694f8aec3a6907720c9.tar.gz
bugzilla-ba7c33a6c05815453f8ca694f8aec3a6907720c9.tar.xz
Bug 313732: fix typo in name of error message variable. Patch by bugzilla.mozilla@rjb.za.net; r=gerv, a=myk.
-rw-r--r--template/en/default/global/code-error.html.tmpl2
1 files changed, 1 insertions, 1 deletions
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 <tt>[% dir FILTER html %]</tt> and
- <tt>[% graphdir FILTER html %]</tt> does not exist.
+ <tt>[% graph_dir FILTER html %]</tt> does not exist.
[% ELSIF error == "chart_file_open_fail" %]
Unable to open the chart datafile <tt>[% filename FILTER html %]</tt>.