diff options
author | lpsolit%gmail.com <> | 2008-08-22 09:31:26 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-08-22 09:31:26 +0200 |
commit | ad1def7b3a225de38669877ad7fc45c1daf9e2a2 (patch) | |
tree | 7291feb19e71cb39dd60ad3c08d3c9e47f94768c /template | |
parent | 8e08e211cce7b77ff20347e30082adb11ef899be (diff) | |
download | bugzilla-ad1def7b3a225de38669877ad7fc45c1daf9e2a2.tar.gz bugzilla-ad1def7b3a225de38669877ad7fc45c1daf9e2a2.tar.xz |
Bug 330844: patch_too_large should favor "splitting" over "breaking" - Patch by Rupert Handford <rupert@handfordonline.plus.com> r=reed r=pyrzak a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
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 c8df08e5e..01a1385f0 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1226,7 +1226,7 @@ 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. - Try breaking your patch into several pieces. + Try splitting your patch into several pieces. [% ELSIF error == "product_access_denied" %] Either the product '[% product FILTER html %]' does not exist or |