diff --git a/code/modules/admin/secrets.dm b/code/modules/admin/secrets.dm index b8176a4ce78..5e18378c519 100644 --- a/code/modules/admin/secrets.dm +++ b/code/modules/admin/secrets.dm @@ -168,7 +168,7 @@ if("night_shift_set") if(!check_rights(R_ADMIN)) return - var/val = alert(usr, "What do you want to set night shift to? This will override the automatic system until set to automatic again.", "On", "Off", "Automatic") + var/val = alert(usr, "What do you want to set night shift to? This will override the automatic system until set to automatic again.", "Night Shift", "On", "Off", "Automatic") switch(val) if("Automatic") if(CONFIG_GET(flag/enable_night_shifts))