From: Reed Loden Date: Tue, 10 Aug 2010 03:57:40 +0000 (-0500) Subject: Bug 585852 - Fix error message for 'file_too_large' to not mention "non-patch attachm... X-Git-Tag: bugzilla-3.6.3~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31151280f80cbec9201f9d013bbdad640c33f639;p=thirdparty%2Fbugzilla.git Bug 585852 - Fix error message for 'file_too_large' to not mention "non-patch attachments", as that distinction was removed in 3.6+. [r=mkanat a=mkanat] --- diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index e59b6c5ee7..23920ead8b 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -574,7 +574,7 @@ [% 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.
We recommend that you store your attachment elsewhere [% IF Param("allow_attach_url") %]