]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 585852 - Fix error message for 'file_too_large' to not mention "non-patch attachm...
authorReed Loden <reed@reedloden.com>
Tue, 10 Aug 2010 03:57:40 +0000 (22:57 -0500)
committerReed Loden <reed@reedloden.com>
Tue, 10 Aug 2010 03:57:40 +0000 (22:57 -0500)
[r=mkanat a=mkanat]

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

index e59b6c5ee72e5a7437fd0645ed79535e4780bee9..23920ead8befdd629a5bfd785cdf8167a6df0db6 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
+    kilobytes (KB) in size. Attachments cannot be more than
     [%+ Param('maxattachmentsize') %] KB. <br>
     We recommend that you store your attachment elsewhere
     [% IF Param("allow_attach_url") %]