Commit 010b47e1 authored by travis%sedsystems.ca's avatar travis%sedsystems.ca

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
parent 1199b6b0
...@@ -323,13 +323,13 @@ ...@@ -323,13 +323,13 @@
[% ELSIF error == "file_too_large" %] [% ELSIF error == "file_too_large" %]
[% title = "File Too Large" %] [% title = "File Too Large" %]
The file you are trying to attach is [% filesize FILTER html %] The file you are trying to attach is [% filesize FILTER html %]
kilobytes (KB) in size. kilobytes (KB) in size. Non-patch attachments cannot be more than
Non-patch attachments cannot be more than [% Param('maxattachmentsize') %] [% Param('maxattachmentsize') %] KB. <br>
KB. We recommend that you store your attachment elsewhere on the web,
If your attachment is an image, try converting it to a compressable and then insert a link to it in a comment, or in the URL field
format like JPG or PNG, or put it elsewhere on the web and for this [% terms.bug %]. Alternately, if your attachment is an image,
link to it from the [% terms.bug %]'s URL field or a comment in you could convert it to a compressible format like JPG or PNG and try
the [% terms.bug %]. again.
[% ELSIF error == "flag_requestee_unauthorized" %] [% ELSIF error == "flag_requestee_unauthorized" %]
[% title = "Flag Requestee Not Authorized" %] [% title = "Flag Requestee Not Authorized" %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment