From 7813b6a99d68ad856470bc24a33769775c4e1436 Mon Sep 17 00:00:00 2001 From: peoplearestrange Date: Tue, 4 Feb 2020 02:24:57 +0000 Subject: [PATCH] Changes Category Administration --- code/modules/admin/verbs/adminhelp.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/adminhelp.dm b/code/modules/admin/verbs/adminhelp.dm index ea87b445c99..1a866262dde 100644 --- a/code/modules/admin/verbs/adminhelp.dm +++ b/code/modules/admin/verbs/adminhelp.dm @@ -488,7 +488,7 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new) adminhelp(msg) /client/verb/adminhelp(msg as text) - set category = "Admin" + set category = "Administration" set name = "Adminhelp" if(GLOB.say_disabled) //This is here to try to identify lag problems