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