From: gerv%gerv.net <>
Date: Wed, 26 Oct 2005 05:51:53 +0000 (+0000)
Subject: Bug 313732: fix typo in name of error message variable. Patch by bugzilla.mozilla...
X-Git-Tag: bugzilla-2.20.1~109
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=743cbad1061d04767ad00dbb942cb47beb0362f8;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 d4aa41d712..b5d7987317 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -77,7 +77,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 %].