fixed the optional/required snafu on the quickvote create page
[selectricity-live] / app / views / quickvote / create.rhtml
index b4304953f1823e28f06e80b34b83cfe48b7ed45c..6b6ada8b6488acfcd8fe3f797c8e051726b378d8 100644 (file)
 <%= form_tag :action => 'create' %>
 <!--[form:election]-->
 
-<p><label for="quickvote_name">Super-short name (for URL)<br />
+<p><label for="quickvote_name">One Word Description (for URL)<br />
 
 <em><font size="-1">required; 5-12 characters; only letters and numbers; no spaces</font></em></label><br/>
 
 <%= text_field 'quickvote', 'name', :size => 15, :maxsize => 12  %></p>
 
 <p><label for="quickvote_description">Description<em><br />
-<font size="-1">optional; one line summary on the first line</font></em></label><br/>
+<font size="-1">required; one line summary on the first line</font></em></label><br/>
 
 <%= text_area 'quickvote', 'description', :cols => 50, :rows => 4 %></p>
 

Benjamin Mako Hill || Want to submit a patch?