From 060d16d5eb9d2a25a1ee803ceb0d90659c935342 Mon Sep 17 00:00:00 2001 From: peoplearestrange Date: Tue, 4 Feb 2020 20:23:13 +0000 Subject: [PATCH] Changes to category changes Administration to Admin --- code/modules/client/verbs/ooc.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/verbs/ooc.dm b/code/modules/client/verbs/ooc.dm index 0af8612f54c..6b7d8abcba3 100644 --- a/code/modules/client/verbs/ooc.dm +++ b/code/modules/client/verbs/ooc.dm @@ -141,7 +141,7 @@ GLOBAL_VAR_INIT(normal_ooc_colour, "#002eb8") //Checks admin notice /client/verb/admin_notice() set name = "Adminnotice" - set category = "Administration" + set category = "Admin" set desc ="Check the admin notice if it has been set" if(GLOB.admin_notice)