diff options
author | mkanat%bugzilla.org <> | 2008-01-18 03:52:01 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-01-18 03:52:01 +0100 |
commit | fb679ee670725eaef88f2983b68ac91542d3a5f6 (patch) | |
tree | 6210604d9bb001ef0dfa59248d6cf231e6299788 /template | |
parent | 620caf6860a86bf0f54918e8514c14d7cec5f2cc (diff) | |
download | bugzilla-fb679ee670725eaef88f2983b68ac91542d3a5f6.tar.gz bugzilla-fb679ee670725eaef88f2983b68ac91542d3a5f6.tar.xz |
The resolution_cant_clear error message was missing a TT whitespace fix.
Diffstat (limited to 'template')
-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 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" %] |