diff options
author | jocuri%softhome.net <> | 2006-02-22 00:48:05 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2006-02-22 00:48:05 +0100 |
commit | 2ce4b59a775854584384e5e8d240dc90352d7bda (patch) | |
tree | 49679f7a668739115e76cd83eece9a17d241339f /template | |
parent | aa4c703bcee4ae1ced0326c14523eede076daa65 (diff) | |
download | bugzilla-2ce4b59a775854584384e5e8d240dc90352d7bda.tar.gz bugzilla-2ce4b59a775854584384e5e8d240dc90352d7bda.tar.xz |
Patch for bug 327624 : Add missing space in error message (template/en/default/global/user-error.html.tmpl); patch by GavinS <bugzilla@chimpychompy.org>, r=LpSolit, a=justdave.
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index edacda0e1..cd3fd14db 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -412,7 +412,7 @@ [% 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, @@ -428,7 +428,7 @@ 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 @@ -763,7 +763,7 @@ 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" %] @@ -1038,7 +1038,7 @@ [% 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 %] |