diff --git a/code/modules/mob/dead/observer/observer_vr.dm b/code/modules/mob/dead/observer/observer_vr.dm index 9fdc92aec15..3ee087f643f 100644 --- a/code/modules/mob/dead/observer/observer_vr.dm +++ b/code/modules/mob/dead/observer/observer_vr.dm @@ -81,7 +81,7 @@ /mob/observer/dead/verb/backup_delay() set category = "Ghost" - set name = "Delay Transcore Notification" + set name = "Cancel Transcore Notification" set desc = "You can use this to avoid automatic backup notification happening. Manual notification can still be used." if(!mind)