diff --git a/code/modules/client/preference_setup/loadout/loadout.dm b/code/modules/client/preference_setup/loadout/loadout.dm
index 258874aba4..9f47436b78 100644
--- a/code/modules/client/preference_setup/loadout/loadout.dm
+++ b/code/modules/client/preference_setup/loadout/loadout.dm
@@ -91,7 +91,7 @@ var/list/gear_datums = list()
preference_mob << "You cannot have more than one of the \the [gear_name]"
pref.gear -= gear_name
else if(!(gear_name in valid_gear_choices()))
- preference_mob << "You cannot take \the [gear_name] as you are not whitelisted for the species or item." //CITADEL CHANGE
+ preference_mob << "You cannot take \the [gear_name] as you are not whitelisted for the species or item." //Vorestation Edit
pref.gear -= gear_name
else
var/datum/gear/G = gear_datums[gear_name]