]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 327624 : Add missing space in error message (template/en/default/global...
authorjocuri%softhome.net <>
Tue, 21 Feb 2006 23:48:45 +0000 (23:48 +0000)
committerjocuri%softhome.net <>
Tue, 21 Feb 2006 23:48:45 +0000 (23:48 +0000)
template/en/default/global/user-error.html.tmpl

index edacda0e1234d0ff59e876d8110f03c8dab2c000..cd3fd14db281ad313684ed35d96c7ba8046b1077 100644 (file)
     [% title = "File Too Large" %]
     The file you are trying to attach is [% filesize FILTER html %] 
     kilobytes (KB) in size. Non-patch attachments cannot be more than
-    [% Param('maxattachmentsize') %] KB. <br>
+    [%+ Param('maxattachmentsize') %] KB. <br>
     We recommend that you store your attachment elsewhere on the web,
     and then insert a link to it in a comment, or in the URL field 
     for this [% terms.bug %]. Alternately, if your attachment is an image,
 
     You asked [% requestee.identity FILTER html %]
     for <code>[% flag_type.name FILTER html %]</code> on [% terms.bug %] 
-    [% bug_id FILTER html -%]
+    [%+ bug_id FILTER html -%]
     [% IF attachment %], attachment [% attachment.id FILTER html %][% END %], 
     but that [% terms.bug %] has been restricted to users in certain groups, 
     and the user you asked isn't in all the groups to which 
     You must determine a target milestone for [% terms.bug %] 
     [%+ bug_id FILTER html %]
     if you are going to accept it.  Part of accepting 
-    [% terms.abug %] is giving an estimate of when it will be fixed.
+    [%+ terms.abug %] is giving an estimate of when it will be fixed.
 
   [% ELSIF error == "milestone_sortkey_invalid" %]
     [% title = "Invalid Milestone Sortkey" %]
   [% ELSIF error == "product_edit_denied" %]
     [% title = "Product Edit Access Denied" %]
     You are not permitted to edit [% terms.bugs %] in product 
-    [% product FILTER html %].
+    [%+ product FILTER html %].
 
   [% ELSIF error == "product_has_bugs" %]
     [% title = BLOCK %]Product has [% terms.Bugs %][% END %]