diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index 040cf890a2d..b7bd3c8019c 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -452,7 +452,7 @@ var/list/admin_verbs_hideable = list( /client/proc/object_say(var/obj/O in world) set category = "Special Verbs" - set name = "Object Say" + set name = "OSay" set desc = "Makes an object say something." var/message = input(usr, "What do you want the message to be?", "Make Sound") as text | null if(!message)