diff options
| author | 2009-10-20 21:25:49 -0400 | |
|---|---|---|
| committer | 2009-10-20 21:25:49 -0400 | |
| commit | f35fa65a5d59b891f6d5dcfda8293a9c2d1e98b2 (patch) | |
| tree | 91bf2dfc1292b2eadcfa3d5ccd990820d6dda45b | |
| parent | Account for last item. (diff) | |
| download | FramedPrototype-f35fa65a5d59b891f6d5dcfda8293a9c2d1e98b2.tar.xz FramedPrototype-f35fa65a5d59b891f6d5dcfda8293a9c2d1e98b2.zip | |
Clarify button text.
| -rw-r--r-- | mainpage.html | 2 |
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 & 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> |
