diff --git a/code/game/supplyshuttle.dm b/code/game/supplyshuttle.dm
index e6d6425624f..0b042eeb7b2 100644
--- a/code/game/supplyshuttle.dm
+++ b/code/game/supplyshuttle.dm
@@ -515,7 +515,7 @@ var/list/mechtoys = list(
temp = "For safety reasons the automated supply shuttle cannot transport live organisms, classified nuclear weaponry or homing beacons.
OK"
else
shuttle.launch(src)
- temp = "Initiating launch sequence.
OK"
+ temp = "Initiating launch sequence. \[Force Launch\]
OK"
else
shuttle.launch(src)
temp = "The supply shuttle has been called and will arrive in approximately [round(supply_controller.movetime/600,1)] minutes.
OK"