fixed some typos caught in the first usage
author<mako@atdot.cc> <>
Thu, 31 Jan 2008 02:07:15 +0000 (21:07 -0500)
committer<mako@atdot.cc> <>
Thu, 31 Jan 2008 02:07:15 +0000 (21:07 -0500)
app/views/voter/full_vote.rhtml
app/views/voter/thanks.rhtml

index 5534090db12f11b5c38311dfb838e9854f98a92e..9d4f1d0675042eae322e577a5421c015e07f2941 100644 (file)
@@ -1,6 +1,6 @@
 <div id="title-header">
-  <span class="header">Vote Recorded</span>
-  <span class="subheader"></span>
+  <span class="header">Vote</span>
+  <span class="subheader"><%= @voter.election.name %></span>
 </div>
 
 <p><strong>Description:</strong></p>
@@ -18,7 +18,7 @@
   <span class="subheader"></span>
 </div>
 
-<p>Drag and drop the items on <strong>list in the right column</strong>
+<p>Drag and drop the items on <strong>list in the left column</strong>
 until they are in order from most preferred at the top to least
 preferred at the bottom. When you are done, press confirm to record your
 vote.</p>
index b19cb04e694bdab2a0ae88b3e2d9e110fc6d1822..883b4fa78bc08ddd9b873c8b1710ebff5b8eaf5c 100644 (file)
@@ -8,6 +8,8 @@
 
 <p>Your unique token for this vote is: <strong><%= @voter.vote.token %></strong></p>
 
-<p>Please record this token for your records and keep it secret. You
-will be able to use this token to verify that your vote was used in the
-election and that your vote was recorded correctly.</p>
+<p>Please record this token for your records and keep it secret. This is
+<strong>not</strong> the same token that you recieved in email. At the
+end of the election, you will be able to use this token to verify that
+your vote was used in the election and that your vote was recorded
+correctly.</p>

Benjamin Mako Hill || Want to submit a patch?