diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm
index 627d80f107b..110d4c28f57 100644
--- a/code/game/objects/structures/window.dm
+++ b/code/game/objects/structures/window.dm
@@ -187,8 +187,8 @@
playsound(src.loc, 'sound/effects/glassknock.ogg', 80, 1)
user.do_attack_animation(src)
- usr.visible_message("[usr.name] bangs against the [src.name]!",
- "<You bang against the [src.name]!",
+ usr.visible_message("\The [usr] bangs against \the [src]!",
+ "You bang against \the [src]!",
"You hear a banging sound.")
else
playsound(src.loc, 'sound/effects/glassknock.ogg', 80, 1)