diff options
author | uid623 <> | 2006-06-08 05:48:08 +0200 |
---|---|---|
committer | uid623 <> | 2006-06-08 05:48:08 +0200 |
commit | e93e7d5558b5d96e326695bf05dd6fcdd652b453 (patch) | |
tree | ef638cd186c3f01363c3c2509ec57c06cfab4f9e | |
parent | c9c4a62258de4284df5a536b51f062b306a3c774 (diff) | |
download | bugzilla-e93e7d5558b5d96e326695bf05dd6fcdd652b453.tar.gz bugzilla-e93e7d5558b5d96e326695bf05dd6fcdd652b453.tar.xz |
Patch for bug 330838: Fix still_unresolved_bugs to not say 'has still'; patch by Vlad Dascalu <vladd@bugzilla.org>, r=colin, a=myk.
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 5ffae70ac..b36a9dd2a 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1218,7 +1218,7 @@ [% ELSIF error == "still_unresolved_bugs" %] [% IF dependency_count == 1 %] [% terms.Bug %]# <a href="show_bug.cgi?id=[% dependencies.0.bug_id FILTER none %]">[% dependencies.0.bug_id FILTER none %]</a> - has still [% dependencies.0.dependencies FILTER html %] unresolved + still has [% dependencies.0.dependencies FILTER html %] unresolved [% IF dependencies.0.dependencies == 1 %] dependency [% ELSE %] |