diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm
index 4e99f56c905..c1e58f89848 100644
--- a/code/game/objects/structures/window.dm
+++ b/code/game/objects/structures/window.dm
@@ -65,7 +65,7 @@ var/global/wcCommon = pick(list("#379963", "#0d8395", "#58b5c3", "#49e46e", "#8f
else
to_chat(user, "The window is unscrewed from the floor, and could be deconstructed by wrenching.")
if(!anchored && !fulltile)
- to_chat(user, "alt-click to rotate it.")
+ to_chat(user, "Alt-click to rotate it.")
/obj/structure/window/New(Loc, direct)
..()