From bb57709cb7c151c3e1fc8aea61c1abbf0961e773 Mon Sep 17 00:00:00 2001 From: coldud13 Date: Mon, 15 May 2023 23:41:26 +1000 Subject: [PATCH] [MANUAL MIRROR] Fixes a small typo in the APC construction balloon alerts (#69591) (#21133) Fixes a small typo in the APC construction balloon alerts (#69591) CRITICAL FIX Co-authored-by: Rhials --- code/modules/power/apc/apc_tool_act.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/apc/apc_tool_act.dm b/code/modules/power/apc/apc_tool_act.dm index a5b122477e0..0c1cf6652a2 100644 --- a/code/modules/power/apc/apc_tool_act.dm +++ b/code/modules/power/apc/apc_tool_act.dm @@ -89,7 +89,7 @@ W.play_tool_sound(src) balloon_alert(user, "board unfastened") else - balloon_alert(user, "no board to faster!") + balloon_alert(user, "no board to fasten!") return update_appearance()