diff --git a/code/controllers/subsystems/ticker.dm b/code/controllers/subsystems/ticker.dm
index 61a57a16fd..54ea62d02e 100644
--- a/code/controllers/subsystems/ticker.dm
+++ b/code/controllers/subsystems/ticker.dm
@@ -450,7 +450,7 @@ var/global/datum/controller/subsystem/ticker/ticker
if(captainless)
for(var/mob/M in player_list)
if(!istype(M,/mob/new_player))
- to_chat(M, "Colony Directorship not forced on anyone.")
+ to_chat(M, "Site Management is not forced on anyone.")
/datum/controller/subsystem/ticker/proc/declare_completion()
diff --git a/code/game/gamemodes/events.dm b/code/game/gamemodes/events.dm
index d10d41c05a..256afb8ed8 100644
--- a/code/game/gamemodes/events.dm
+++ b/code/game/gamemodes/events.dm
@@ -297,9 +297,9 @@ Would like to add a law like "Law x is _______" where x = a number, and _____ is
M.add_ion_law("HUMANS NEED TO EAT [what2pref] [what2] TO SURVIVE")
if(5)
to_chat(M, "
")
- to_chat(M, "THE COLONY DIRECTOR, HOP AND HOS ARE [who2]...LAWS UPDATED")
+ to_chat(M, "THE SITE MANAGER, HOP AND HOS ARE [who2]...LAWS UPDATED")
to_chat(M, "
")
- M.add_ion_law("THE COLONY DIRECTOR, HOP AND HOS ARE [who2]")
+ M.add_ion_law("THE SITE MANAGER, HOP AND HOS ARE [who2]")
if(6)
to_chat(M, "
")
to_chat(M, "THE STATION IS BUILT FOR [who2]...LAWS UPDATED")
diff --git a/code/modules/events/ion_storm.dm b/code/modules/events/ion_storm.dm
index 6354baa1f3..3600dd23aa 100644
--- a/code/modules/events/ion_storm.dm
+++ b/code/modules/events/ion_storm.dm
@@ -133,9 +133,9 @@ Would like to add a law like "Law x is _______" where x = a number, and _____ is
M.add_ion_law("HUMANS NEED TO EAT [what2pref] [what2] TO SURVIVE")
if(5)
to_chat(M, "
")
- to_chat(M, "THE COLONY DIRECTOR, HOP AND HOS ARE [who2]...LAWS UPDATED")
+ to_chat(M, "THE SITE MANAGER, HOP AND HOS ARE [who2]...LAWS UPDATED")
to_chat(M, "
")
- M.add_ion_law("THE COLONY DIRECTOR, HOP AND HOS ARE [who2]")
+ M.add_ion_law("THE SITE MANAGER, HOP AND HOS ARE [who2]")
if(6)
to_chat(M, "
")
to_chat(M, "THE STATION IS BUILT FOR [who2]...LAWS UPDATED")
diff --git a/code/modules/mob/new_player/skill.dm b/code/modules/mob/new_player/skill.dm
index b2d061d5a6..a24da0e4ba 100644
--- a/code/modules/mob/new_player/skill.dm
+++ b/code/modules/mob/new_player/skill.dm
@@ -63,7 +63,7 @@ var/global/list/SKILL_PRE = list("Engineer" = SKILL_ENGINEER, "Roboticist" = SKI
/datum/skill/knowledge/law
ID = "law"
name = "Corporate Law"
- desc = "Your knowledge of corporate law and procedures. This includes Corporate Regulations, as well as general station rulings and procedures. A low level in this skill is typical for security officers, a high level in this skill is typical for Colony Directors."
+ desc = "Your knowledge of corporate law and procedures. This includes Corporate Regulations, as well as general station rulings and procedures. A low level in this skill is typical for security officers, a high level in this skill is typical for Site Managers."
field = "Security"
secondary = 1