]> 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:14 +0000 (22:57 -0500)
committerReed Loden <reed@reedloden.com>
Tue, 10 Aug 2010 03:57:14 +0000 (22:57 -0500)
[r=mkanat a=mkanat]

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

index 9472ca134d2447339330ce66d8f3bbf1ed9e0156..8b068da4d4e37470a90f5acb0bdf4f7f93a306ad 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") %]