diff --git a/code/modules/awaymissions/gateway.dm b/code/modules/awaymissions/gateway.dm
index 41204baa721..7645aa8e7f6 100644
--- a/code/modules/awaymissions/gateway.dm
+++ b/code/modules/awaymissions/gateway.dm
@@ -1,6 +1,6 @@
/obj/machinery/gateway
name = "gateway"
- desc = "A mysterious gateway built by unknown hands, it allows for faster than light travel to far-flung locations."
+ desc = "A state-of-the-art Nanotrasen gateway, used to teleport rich commuters anywhere in the same planetary system."
icon = 'icons/obj/machines/gateway.dmi'
icon_state = "off"
density = 1
@@ -234,4 +234,4 @@ obj/machinery/gateway/centerstation/process()
else
user << "Recalibration successful!: This gate's systems have been fine tuned. Travel to this gate will now be on target."
calibrated = 1
- return
\ No newline at end of file
+ return