diff --git a/code/modules/shuttle/computer.dm b/code/modules/shuttle/computer.dm
index 5b3aa867654..9483aeadeb0 100644
--- a/code/modules/shuttle/computer.dm
+++ b/code/modules/shuttle/computer.dm
@@ -64,7 +64,7 @@
return
switch(SSshuttle.moveShuttle(shuttleId, href_list["move"], 1))
if(0)
- usr << "Shuttle received message and will be sent shortly."
+ say("Shuttle departing. Please stand away from the doors.")
if(1)
usr << "Invalid shuttle requested."
else