From e93e7d5558b5d96e326695bf05dd6fcdd652b453 Mon Sep 17 00:00:00 2001 From: uid623 <> Date: Thu, 8 Jun 2006 03:48:08 +0000 Subject: Patch for bug 330838: Fix still_unresolved_bugs to not say 'has still'; patch by Vlad Dascalu , r=colin, a=myk. --- template/en/default/global/user-error.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en') 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 %]# [% dependencies.0.bug_id FILTER none %] - has still [% dependencies.0.dependencies FILTER html %] unresolved + still has [% dependencies.0.dependencies FILTER html %] unresolved [% IF dependencies.0.dependencies == 1 %] dependency [% ELSE %] -- cgit v1.2.3-24-g4f1b