]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 194332: fix spelling that caused error message mismatch for the "invali...
authorjocuri%softhome.net <>
Mon, 12 Apr 2004 04:38:06 +0000 (04:38 +0000)
committerjocuri%softhome.net <>
Mon, 12 Apr 2004 04:38:06 +0000 (04:38 +0000)
template/en/default/global/user-error.html.tmpl

index eb063a402a0e87b5965cca4701b60d7302489084..b2fd1d46a5b5df899c485888c72698cbd4d132dc 100644 (file)
     [% 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" %]