From ad1def7b3a225de38669877ad7fc45c1daf9e2a2 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 22 Aug 2008 07:31:26 +0000 Subject: Bug 330844: patch_too_large should favor "splitting" over "breaking" - Patch by Rupert Handford r=reed r=pyrzak a=LpSolit --- template/en/default/global/user-error.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') 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 -- cgit v1.2.3-24-g4f1b