Commit 8e6a18c4 authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 194332: fix spelling that caused error message mismatch for the…

Patch for bug 194332: fix spelling that caused error message mismatch for the "invalid_maxrows" error message; r=timeless, a=justdave.
parent fcf2c1a1
......@@ -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" %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment