From: jocuri%softhome.net <> Date: Mon, 12 Apr 2004 04:38:06 +0000 (+0000) Subject: Patch for bug 194332: fix spelling that caused error message mismatch for the "invali... X-Git-Tag: bugzilla-2.18rc1~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e6a18c454fbb31743b7533f744049134c4f353c;p=thirdparty%2Fbugzilla.git Patch for bug 194332: fix spelling that caused error message mismatch for the "invalid_maxrows" error message; r=timeless, a=justdave. --- diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index eb063a402a..b2fd1d46a5 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -370,10 +370,10 @@ [% END %] ). - [% ELSIF error == "invalid_maxrow" %] + [% ELSIF error == "invalid_maxrows" %] [% title = "Invalid Max Rows" %] - The maximum number of rows, '[% maxrows FILTER html %]', must be a positive - integer. + The maximum number of rows, '[% maxrows FILTER html %]', must be + a positive integer. [% ELSIF error == "invalid_product_name" %] [% title = "Invalid Product Name" %]