diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 2 |
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>. |