diff --git a/code/modules/mob/living/carbon/carbon.dm b/code/modules/mob/living/carbon/carbon.dm
index dde4783da3..0416619ad3 100644
--- a/code/modules/mob/living/carbon/carbon.dm
+++ b/code/modules/mob/living/carbon/carbon.dm
@@ -207,7 +207,7 @@
if(src.sleeping == 0)
src.resting = 0
M.visible_message("[M] shakes [src] trying to wake [t_him] up!", \
- "You shake [src] trying to wake [t_him] up!")
+ "You shake [src] trying to wake [t_him] up!")
else
var/mob/living/carbon/human/H = M
if(istype(H))