Minor cleanups for wrenching screentips (#95649)

## About The Pull Request

title

## Why It's Good For The Game

consistency 

## Changelog

🆑
spellcheck: Most of wrenching screentips should be properly capitalized
now.
/🆑
This commit is contained in:
Aliceee2ch
2026-04-07 22:25:55 +03:00
committed by GitHub
parent 74c43b2a20
commit 80e32e9910
9 changed files with 9 additions and 9 deletions
@@ -68,7 +68,7 @@
else if(held_item.tool_behaviour == TOOL_SCREWDRIVER)
context[SCREENTIP_CONTEXT_LMB] = "[panel_open ? "Close" : "Open"] panel"
else if(held_item.tool_behaviour == TOOL_WRENCH)
context[SCREENTIP_CONTEXT_LMB] = "[anchored ? "Un" : ""]Anchor"
context[SCREENTIP_CONTEXT_LMB] = "[anchored ? "Unan" : "An"]chor"
else if(panel_open && held_item.tool_behaviour == TOOL_CROWBAR)
context[SCREENTIP_CONTEXT_LMB] = "Deconstruct"