Commit ba7c33a6 authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 313732: fix typo in name of error message variable. Patch by…

Bug 313732: fix typo in name of error message variable. Patch by bugzilla.mozilla@rjb.za.net; r=gerv, a=myk.
parent ea8deb3e
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
[% ELSIF error == "chart_dir_nonexistent" %] [% ELSIF error == "chart_dir_nonexistent" %]
One of the directories <tt>[% dir FILTER html %]</tt> and 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" %] [% ELSIF error == "chart_file_open_fail" %]
Unable to open the chart datafile <tt>[% filename FILTER html %]</tt>. Unable to open the chart datafile <tt>[% filename FILTER html %]</tt>.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment