diff --git a/code/game/vote.dm b/code/game/vote.dm
index 97b45c72d61..51a14641883 100644
--- a/code/game/vote.dm
+++ b/code/game/vote.dm
@@ -218,7 +218,7 @@
if(src.client.vote == md)
text += "
[disp]"
else
- text += "[disp]"
+ text += "[disp]"
text += "[votes[md]>0?" - [votes[md]] vote\s":null]
"
@@ -324,7 +324,7 @@
else
text += "Change mode votes are disabled while a round is in progress, vote to restart first.
"
if(src.client.holder) //Strumpetplaya Add - Custom Votes for Admins
- text += "Begin custom vote.
"
+ text += "Begin custom vote.
"
text += footer
usr << browse(text, "window=vote")