diff options
author | travis%sedsystems.ca <> | 2005-02-17 02:08:55 +0100 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-02-17 02:08:55 +0100 |
commit | 010b47e1419dda10cc28478faae34afb04770b02 (patch) | |
tree | 20874a71e166f561585425025dd2441623dec4c6 /template/en | |
parent | 1199b6b006fd5a8bb2e851ec48dd6e89a4367fc2 (diff) | |
download | bugzilla-010b47e1419dda10cc28478faae34afb04770b02.tar.gz bugzilla-010b47e1419dda10cc28478faae34afb04770b02.tar.xz |
Bug 238667 : "in a comment on the" is awkward in "file_too_large" error
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=LpSolit a=myk
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 4be074c2c..bb92bc787 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -323,13 +323,13 @@ [% ELSIF error == "file_too_large" %] [% 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. - If your attachment is an image, try converting it to a compressable - format like JPG or PNG, or put it elsewhere on the web and - link to it from the [% terms.bug %]'s URL field or a comment in - the [% terms.bug %]. + kilobytes (KB) in size. Non-patch attachments cannot be more than + [% 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 could convert it to a compressible format like JPG or PNG and try + again. [% ELSIF error == "flag_requestee_unauthorized" %] [% title = "Flag Requestee Not Authorized" %] |