fixed the optional/required snafu on the quickvote create page
[selectricity-live] / app / views / quickvote / create.rhtml
old mode 100755 (executable)
new mode 100644 (file)
index 360a690..6b6ada8
@@ -20,7 +20,7 @@
 <%= 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?