diff --git a/code/game/mecha/mecha_construction_paths.dm b/code/game/mecha/mecha_construction_paths.dm
index 0c87ca84..4025aa71 100644
--- a/code/game/mecha/mecha_construction_paths.dm
+++ b/code/game/mecha/mecha_construction_paths.dm
@@ -256,7 +256,7 @@
user.visible_message("[user] unfastens the scanner module.", "You unfasten the scanner module.")
if(12)
if(diff==FORWARD)
- user.visible_message("[user] secures [I].", "You secure [I].")
+ user.visible_message("[user] secures the capacitor.", "You secure the capacitor.")
else
user.visible_message("[user] removes the capacitor from [parent].", "You remove the capacitor from [parent].")
if(13)