summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-12-10 19:32:27 +0100
committerlpsolit%gmail.com <>2008-12-10 19:32:27 +0100
commit38f2c4266697633a1d24bbbcac279c6332ac17b3 (patch)
treed4f328a4ae77e88f94b1a25dfa159f6b33cf9962 /template/en/default/global
parente087aa6018bab95f403c836d12b30bb5ed39a626 (diff)
downloadbugzilla-38f2c4266697633a1d24bbbcac279c6332ac17b3.tar.gz
bugzilla-38f2c4266697633a1d24bbbcac279c6332ac17b3.tar.xz
Bug 399074: Remove the 'maxpatchsize' parameter - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template/en/default/global')
-rw-r--r--template/en/default/global/user-error.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 0b10b7396..8969b9d30 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -1258,7 +1258,7 @@
[% title = "File Too Large" %]
The file you are trying to attach is [% filesize FILTER html %]
kilobytes (KB) in size.
- Patches cannot be more than [% Param('maxpatchsize') %] KB in size.
+ Patches cannot be more than [% Param('maxattachmentsize') %] KB in size.
Try splitting your patch into several pieces.
[% ELSIF error == "product_access_denied" %]