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