From: gerv%gerv.net <>
Date: Wed, 26 Oct 2005 05:51:23 +0000 (+0000)
Subject: Bug 313732: fix typo in name of error message variable. Patch by bugzilla.mozilla...
X-Git-Tag: bugzilla-2.22rc1~195
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba7c33a6c05815453f8ca694f8aec3a6907720c9;p=thirdparty%2Fbugzilla.git
Bug 313732: fix typo in name of error message variable. Patch by bugzilla.mozilla@rjb.za.net; r=gerv, a=myk.
---
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index 534938ff71..440cc19bf4 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 %].