diff options
author | lpsolit%gmail.com <> | 2005-09-02 04:52:20 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-09-02 04:52:20 +0000 |
commit | 5432b26b7479c9b90c1e172d285f02c00c173870 (patch) | |
tree | ac9d741c9398aacf562b9c79eb0a848cb37e1ef8 /template/en | |
parent | de1f16178dcae2d517e849e45ee77fd3d636005c (diff) | |
download | bugs-5432b26b7479c9b90c1e172d285f02c00c173870.tar bugs-5432b26b7479c9b90c1e172d285f02c00c173870.tar.gz bugs-5432b26b7479c9b90c1e172d285f02c00c173870.tar.bz2 bugs-5432b26b7479c9b90c1e172d285f02c00c173870.tar.xz bugs-5432b26b7479c9b90c1e172d285f02c00c173870.zip |
Bug 298306: For new products, the charting error message "The tool which gathers bug counts has not been run yet" is misleading - Patch by Marc Schumann <wurblzap@gmail.com> r=gerv a=myk
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index f11b27b0a..b459fa44a 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -70,8 +70,18 @@ the error [% bug.error FILTER html %]. [% ELSIF error == "chart_data_not_generated" %] - The tool which gathers [% terms.bug %] counts has not been run yet. - + [% IF product %] + Charts for the <em>[% product FILTER html %]</em> product are not + available yet because no charting data has been collected for it since it + was created. + [% ELSE %] + No charting data has been collected yet. + [% END %] + Please wait a day and try again. + If you're seeing this message after a day, then you should contact + <a href="mailto:[% Param('maintainer') %]">[% Param('maintainer') %]</a> + and reference this error. + [% ELSIF error == "chart_datafile_corrupt" %] The chart data file [% file FILTER html %] is corrupt. |