]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 313732: fix typo in name of error message variable. Patch by bugzilla.mozilla...
authorgerv%gerv.net <>
Wed, 26 Oct 2005 05:51:23 +0000 (05:51 +0000)
committergerv%gerv.net <>
Wed, 26 Oct 2005 05:51:23 +0000 (05:51 +0000)
template/en/default/global/code-error.html.tmpl

index 534938ff714d51e80ad37f17ad9767eb9f23bd46..440cc19bf43ff55b687c1910861c401b263c9e2e 100644 (file)
@@ -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>.