From 8e6a18c454fbb31743b7533f744049134c4f353c Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Mon, 12 Apr 2004 04:38:06 +0000 Subject: Patch for bug 194332: fix spelling that caused error message mismatch for the "invalid_maxrows" error message; r=timeless, a=justdave. --- template/en/default/global/user-error.html.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index eb063a402..b2fd1d46a 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" %] -- cgit v1.2.3-24-g4f1b