From e2ad4f2b9d8c5651beeb959df57ae63ffa32afaa Mon Sep 17 00:00:00 2001
From: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
Date: Sun, 4 Dec 2022 13:25:33 -0800
Subject: [PATCH] Change "End Round Normally" -> "Undelay Round End" (#71681)
## About The Pull Request
This is right under a button that says "End Round Now" so I was scared
as piss to click on it in a live server to undelay round end
## Changelog
:cl:
admin: Renamed "End Round Normally" in Check Antagonists to "Undelay
Round End"
/:cl:
---
code/modules/admin/check_antagonists.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/modules/admin/check_antagonists.dm b/code/modules/admin/check_antagonists.dm
index cc0637b62ec..3b684ed4467 100644
--- a/code/modules/admin/check_antagonists.dm
+++ b/code/modules/admin/check_antagonists.dm
@@ -110,7 +110,7 @@
dat += "ETA: [(timeleft / 60) % 60]:[add_leading(num2text(timeleft % 60), 2, "0")]
"
dat += "End Round Now
"
if(SSticker.delay_end)
- dat += "End Round Normally
"
+ dat += "Undelay Round End
"
else
dat += "Delay Round End
"
dat += "Enable/Disable CTF
"