diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 9961cd2720e..a4a836db6a6 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -597,7 +597,7 @@ var/global/nologevent = 0 /datum/admins/proc/restart() set category = "Server" set name = "Restart" - set desc="Restarts the world immediately" + set desc = "Restarts the world." if(!check_rights(R_ADMIN)) return