]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
The resolution_cant_clear error message was missing a TT whitespace fix.
authormkanat%bugzilla.org <>
Fri, 18 Jan 2008 02:52:01 +0000 (02:52 +0000)
committermkanat%bugzilla.org <>
Fri, 18 Jan 2008 02:52:01 +0000 (02:52 +0000)
template/en/default/global/user-error.html.tmpl

index ca9bf0cdb50dfbef998593612dc0d49b284cb4ee..651db09225948ccc694a7a9249d4dd41e0d59ef1 100644 (file)
     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" %]