diff --git a/code/controllers/subsystem/vote.dm b/code/controllers/subsystem/vote.dm
index e2d7947208..299e06b37c 100644
--- a/code/controllers/subsystem/vote.dm
+++ b/code/controllers/subsystem/vote.dm
@@ -395,7 +395,7 @@ SUBSYSTEM_DEF(vote)
. += "
Vote any number of choices.
"
if(RANKED_CHOICE_VOTING)
var/list/myvote = voted[C.ckey]
- . += "Vote by order of preference. Revoting will demote to the bottom.
"
+ . += "Vote by order of preference. Revoting will demote to the bottom. 1 is your favorite, and higher numbers are worse.
"
if(myvote && myvote.len < choices.len)
. += "Please rank all your preferences. You have not done so.
"
. += "Time Left: [DisplayTimeText(end_time-world.time)]