From fb679ee670725eaef88f2983b68ac91542d3a5f6 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Fri, 18 Jan 2008 02:52:01 +0000 Subject: The resolution_cant_clear error message was missing a TT whitespace fix. --- template/en/default/global/user-error.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/global/user-error.html.tmpl') diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index ca9bf0cdb..651db0922 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1387,7 +1387,7 @@ You must enter a summary for this [% terms.bug %]. [% ELSIF error == "resolution_cant_clear" %] - [% terms.Bug %] [% bug_id FILTER bug_link(bug_id) FILTER none %] is + [% terms.Bug %] [%+ bug_id FILTER bug_link(bug_id) FILTER none %] is closed, so you cannot clear its resolution. [% ELSIF error == "resolution_not_allowed" %] -- cgit v1.2.3-24-g4f1b