]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 238667 : "in a comment on the" is awkward in "file_too_large" error
authortravis%sedsystems.ca <>
Thu, 17 Feb 2005 01:08:55 +0000 (01:08 +0000)
committertravis%sedsystems.ca <>
Thu, 17 Feb 2005 01:08:55 +0000 (01:08 +0000)
Patch by Shane H. W. Travis <travis@sedsystems.ca>  r=LpSolit  a=myk

template/en/default/global/user-error.html.tmpl

index 4be074c2c56d1a41ed4d7711579a0354b7d72fca..bb92bc78771557011141bb360046f3fefc2ffe04 100644 (file)
   [% 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" %]