diff --git a/code/game/objects/items/devices/scanners.dm b/code/game/objects/items/devices/scanners.dm
index 6263c5243db..b9741f41c82 100644
--- a/code/game/objects/items/devices/scanners.dm
+++ b/code/game/objects/items/devices/scanners.dm
@@ -86,7 +86,7 @@ HALOGEN COUNTER - Radcount on mobs
dat += "Time of Death: [worldtime2stationtime(M.timeofdeath)]
"
var/tdelta = round(world.time - M.timeofdeath)
if(tdelta < (DEFIB_TIME_LIMIT * 10))
- dat += "Subject died [DisplayTimeText(tdelta)] ago- defibrillation may be possible!
"
+ dat += "Subject died [DisplayTimeText(tdelta)] ago - resuscitation may be possible!
"
if(istype(M, /mob/living/carbon/human) && mode == 1)
var/mob/living/carbon/human/H = M
var/list/damaged = H.get_damaged_organs(1,1)