From 743cbad1061d04767ad00dbb942cb47beb0362f8 Mon Sep 17 00:00:00 2001
From: "gerv%gerv.net" <>
Date: Wed, 26 Oct 2005 05: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.
---
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 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 %].
--
2.47.3