diff options
author | jocuri%softhome.net <> | 2004-04-12 06:38:06 +0200 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-04-12 06:38:06 +0200 |
commit | 8e6a18c454fbb31743b7533f744049134c4f353c (patch) | |
tree | a012822c33443c3a699dda4e420c98c1ec38e348 | |
parent | fcf2c1a1a5900f51a6e20c6b2391677bf6fb729c (diff) | |
download | bugzilla-8e6a18c454fbb31743b7533f744049134c4f353c.tar.gz bugzilla-8e6a18c454fbb31743b7533f744049134c4f353c.tar.xz |
Patch for bug 194332: fix spelling that caused error message mismatch for the "invalid_maxrows" error message; r=timeless, a=justdave.
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 6 |
1 files 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" %] |