diff --git a/code/modules/mob/dead/observer/observer.dm b/code/modules/mob/dead/observer/observer.dm index 6277ea2bb603..bf6c63790cb1 100644 --- a/code/modules/mob/dead/observer/observer.dm +++ b/code/modules/mob/dead/observer/observer.dm @@ -522,7 +522,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp /mob/dead/observer/verb/respawn() if(can_reenter_corpse && client?.holder) - var/poll_client = tgui_alert(usr, "Returning the title screen will forfeit any possible revival. Are you sure?", "Confirmation", list("Yes", "No")) + var/poll_client = tgui_alert(usr, "Returning to the title screen will forfeit any possible revival. Are you sure?", "Confirmation", list("Yes", "No")) if(poll_client == "No") return abandon_mob()