From 78bef629e38eaaa8375c9d95179e57790c770076 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Wed, 18 Dec 2013 17:09:12 -0500 Subject: [PATCH] Better error message here. --- vote/votes.wml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vote/votes.wml b/vote/votes.wml index 4107726..82e175a 100644 --- a/vote/votes.wml +++ b/vote/votes.wml @@ -25,7 +25,7 @@ if ($display && isset ($_GET["election_id"]) && is_numeric ($_GET["election_id"] $election_id = $_GET["election_id"]; else { $election_id = -1; - $error .= "Please choose an election/referendum on this list.
\n"; + $error .= "A menu of elections is not available. A URL that includes the election id is required. This should have been given to you when you were asked to vote.
\n"; $display = FALSE; }