diff --git a/code/game/machinery/megavend.dm b/code/game/machinery/megavend.dm
index 688d1af7119..d7ac8d9626f 100644
--- a/code/game/machinery/megavend.dm
+++ b/code/game/machinery/megavend.dm
@@ -166,7 +166,7 @@
if(!occupant)
return
- ping("The [src] disgorges its contents with a ping.")
+ ping("[src] disgorges its contents with a ping.")
icon_state = base_icon_state
//Eject any items that aren't meant to be in the pod.
@@ -205,7 +205,7 @@
src.speak("Analyzing...")
sleep(40)
src.speak("Record match. Name: [H.real_name]. Current occupation: [H.job].")
- src.visible_message("The [src] rumbles to life, and begins to whir loudly.")
+ src.visible_message("[src] rumbles to life, and begins to whir loudly.")
playsound(src.loc, 'sound/items/poster_being_created.ogg', 50, 1)
var/obj/item/weapon/storage/box/gearbox = new(src)