fixed the optional/required snafu on the quickvote create page
author<mako@atdot.cc> <>
Tue, 14 Aug 2007 11:36:57 +0000 (07:36 -0400)
committer<mako@atdot.cc> <>
Tue, 14 Aug 2007 11:36:57 +0000 (07:36 -0400)
app/views/quickvote/create.rhtml

index 360a6900608f17d744064682bda738fe8763b41e..6b6ada8b6488acfcd8fe3f797c8e051726b378d8 100644 (file)
@@ -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?