diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm
index 13f7b640a7a..59565e240d1 100644
--- a/code/modules/mob/living/carbon/human/human.dm
+++ b/code/modules/mob/living/carbon/human/human.dm
@@ -238,7 +238,7 @@
// Other incidentals.
if(istype(suit) && suit.has_sensor == 1)
- dat += "
Set sensors."
+ dat += "
Set sensors"
if(handcuffed)
dat += "
Handcuffed"
if(legcuffed)