From ee6d81a0c3a45f08bb2e7c4e4f3cd8eaa34715e5 Mon Sep 17 00:00:00 2001
From: SkyratBot <59378654+SkyratBot@users.noreply.github.com>
Date: Mon, 5 Dec 2022 11:59:17 +0100
Subject: [PATCH] [MIRROR] Change "End Round Normally" -> "Undelay Round End"
[MDB IGNORE] (#17918)
* 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:
* Change "End Round Normally" -> "Undelay Round End"
Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
---
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 a76a3e4d9c4..770d1b9c637 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
"