diff pages/vote.inc.php @ 1092:95b74632cfe2

Rename votekeys table to userkeys, and all related variables and settings.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 26 Jan 2017 13:38:19 +0200
parents 4f132374df75
children bbc0a3d0b51e
line wrap: on
line diff
--- a/pages/vote.inc.php	Thu Jan 26 01:59:33 2017 +0200
+++ b/pages/vote.inc.php	Thu Jan 26 13:38:19 2017 +0200
@@ -46,7 +46,7 @@
     switch ($error)
     {
       case 1:
-        echo "The votekey does not exist. Please try again.";
+        echo "The userkey does not exist. Please try again.";
         break;
 
       case 2:
@@ -55,7 +55,7 @@
 
       case 3:
         echo
-          "The votekey is not yet activated, try again later. If ".
+          "The userkey is not yet activated, try again later. If ".
           "you are certain that it should be working now, go pester an organizer.";
         break;