]> 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:53 +0000 (05:51 +0000)
committergerv%gerv.net <>
Wed, 26 Oct 2005 05:51:53 +0000 (05:51 +0000)
template/en/default/global/code-error.html.tmpl

index d4aa41d712b4ad774341744f2b9c554da08f5b05..b5d7987317207b0ea2781431ab9340490bc3f265 100644 (file)
@@ -77,7 +77,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>.