[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 <Datguy33456@gmail.com>
This commit is contained in:
coldud13
2023-05-15 14:41:26 +01:00
committed by GitHub
co-authored by Rhials
parent 853c09e498
commit bb57709cb7
+1 -1
View File
@@ -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()