From: Reed Loden Date: Tue, 10 Aug 2010 03:57:14 +0000 (-0500) Subject: Bug 585852 - Fix error message for 'file_too_large' to not mention "non-patch attachm... X-Git-Tag: bugzilla-4.0rc1~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b49c5260f1e00e77c7721b0b421aad49bf633b74;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 9472ca134d..8b068da4d4 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -575,7 +575,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") %]