From 85b3f6d37dbf465273779376313d29fb6246cb2f Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Tue, 11 Jan 2022 13:51:49 +0100 Subject: [PATCH] [MIRROR] Grammar fix: adminhelp [MDB IGNORE] (#10588) * Grammar fix: adminhelp (#63778) * Admin help info * readds irc * to * Grammar fix: adminhelp Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com> --- code/modules/client/verbs/who.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/verbs/who.dm b/code/modules/client/verbs/who.dm index 05ef90b5b07..c0f14f6c01d 100644 --- a/code/modules/client/verbs/who.dm +++ b/code/modules/client/verbs/who.dm @@ -103,7 +103,7 @@ continue //Don't show afk admins to adminwho if(!C.holder.fakekey) msg += "\t[C] is a [C.holder.rank]\n" - msg += span_info("Adminhelps are also sent through TGS to services like IRC and Discord. If no admins are available in game adminhelp anyways and an admin will see it and respond.") + msg += span_info("Adminhelps are also sent through TGS to services like IRC and Discord. If no admins are available in game, sending an adminhelp might still be noticed and responded to.") to_chat(src, msg) #undef DEFAULT_WHO_CELLS_PER_ROW