JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
when metaform's default php checks if the form is submitted, it checks for a value...
[wfpl.git] / metaform / main.html
index 5e72e66..ed6b0c4 100644 (file)
@@ -11,7 +11,7 @@
   <form action="~metaform_name~" method="get">
     <p>The form name should not contain any capitals or symbols (besides underscore)</p>
 
-    <p>page/table name: <input type="text" name="form_name" value="~form_name.attr~" /></p>
+    <p>Page/table name: <input type="text" name="form_name" value="~form_name.attr~" /></p>
 
     <p>Same as above but singular: <input type="text" name="singular" value="~singular.attr~" /> (Used in messages and headers.)</p>