diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm
index c2f238727f..154ccdd120 100755
--- a/code/game/machinery/computer/communications.dm
+++ b/code/game/machinery/computer/communications.dm
@@ -463,12 +463,12 @@
dat += "
Captain Functions"
dat += "
\[ Make a Captain's Announcement \]"
if(CONFIG_GET(string/cross_server_address))
- dat += "
\[ Send a message to an allied station \]"
+ dat += "
\[ Send a message to an allied station \]"
if(SSmapping.config.allow_custom_shuttles)
dat += "
\[ Purchase Shuttle \]"
- dat += "
\[ Change Alert Level \]"
- dat += "
\[ Emergency Maintenance Access \]"
- dat += "
\[ Request Nuclear Authentication Codes \]"
+ dat += "
\[ Change Alert Level \]"
+ dat += "
\[ Emergency Maintenance Access \]"
+ dat += "
\[ Request Nuclear Authentication Codes \]"
if(!emagged)
dat += "
\[ Send Message to CentCom \]"
else