summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-09-19 04:37:11 +0200
committerlpsolit%gmail.com <>2007-09-19 04:37:11 +0200
commitaf4793c884c6f3eb9dff8a79865f6cfa690aa9ec (patch)
treeb6a4dc9b3877bcc8ede8e77a5f2b6b76bff2c9e2 /template/en/default/global
parentc14f288a695d51b368e84107199843b330e1252b (diff)
downloadbugzilla-af4793c884c6f3eb9dff8a79865f6cfa690aa9ec.tar.gz
bugzilla-af4793c884c6f3eb9dff8a79865f6cfa690aa9ec.tar.xz
Bug 389313: summarize_time.cgi needs some cleanup - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template/en/default/global')
-rw-r--r--template/en/default/global/user-error.html.tmpl7
1 files changed, 6 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index ff9c17497..241433313 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -1043,7 +1043,12 @@
[% ELSIF error == "no_bugs_chosen" %]
[% title = BLOCK %]No [% terms.Bugs %] Selected[% END %]
- You apparently didn't choose any [% terms.bugs %] to modify.
+ You apparently didn't choose any [% terms.bugs %]
+ [% IF action == "modify" %]
+ to modify.
+ [% ELSIF action == "view" %]
+ to view.
+ [% END %]
[% ELSIF error == "no_bug_ids" %]
[% title = BLOCK %]No [% terms.Bugs %] Selected[% END %]