diff --git a/code/game/objects/items/stacks/sheets/glass.dm b/code/game/objects/items/stacks/sheets/glass.dm
index fabece80e32..57d716488b1 100644
--- a/code/game/objects/items/stacks/sheets/glass.dm
+++ b/code/game/objects/items/stacks/sheets/glass.dm
@@ -323,7 +323,7 @@
if(G.amount >= G.max_amount)
continue
G.attackby(NG, user)
- user << "You add the newly-formed glass to the stack. It now contains [NG.amount] sheet\s."
+ user << "You add the newly-formed glass to the stack. It now contains [NG.amount] sheet\s."
qdel(src)
..()