summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2009-10-20 21:25:49 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2009-10-20 21:25:49 -0400
commitf35fa65a5d59b891f6d5dcfda8293a9c2d1e98b2 (patch)
tree91bf2dfc1292b2eadcfa3d5ccd990820d6dda45b
parentAccount for last item. (diff)
downloadFramedPrototype-f35fa65a5d59b891f6d5dcfda8293a9c2d1e98b2.tar.xz
FramedPrototype-f35fa65a5d59b891f6d5dcfda8293a9c2d1e98b2.zip
Clarify button text.
-rw-r--r--mainpage.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainpage.html b/mainpage.html
index ac72f7f..b4e5a54 100644
--- a/mainpage.html
+++ b/mainpage.html
@@ -100,7 +100,7 @@ function init() {
</td>
<td valign="top" width="200">
<button onClick="answerQuestion()"><h2>Answer &amp; Next</h2></button><br />
-<button onClick="emptyAnswer()">None of the Above</button><br />
+<button onClick="emptyAnswer()">Nobody / Nobody Listed</button><br />
<button onClick="showNextQuestion()">Skip Question</button><br />
</td>
</tr>