diff --git a/code/controllers/subsystem/vote.dm b/code/controllers/subsystem/vote.dm
index 1eaa6991c0..f43ff4f3a4 100644
--- a/code/controllers/subsystem/vote.dm
+++ b/code/controllers/subsystem/vote.dm
@@ -446,6 +446,7 @@ SUBSYSTEM_DEF(vote)
. += "
Vote by order of preference. Revoting will demote to the bottom. 1 is your favorite, and higher numbers are worse.
"
if(SCORE_VOTING)
. += "Grade the candidates by how much you like them.
"
+ . += "No-votes have no power--your opinion is only heard if you vote!
"
. += "Time Left: [DisplayTimeText(end_time-world.time)]
"
switch(vote_system)
if(PLURALITY_VOTING, APPROVAL_VOTING)