Fix wrench screentip typo for smart fridge (#83767)

## About The Pull Request
- Fixes #83766

## Changelog
🆑
spellcheck: Corrected wrench contextual screentip typo for smart fridge
/🆑

---------

Co-authored-by: Afevis <ShizCalev@users.noreply.github.com>
This commit is contained in:
SyncIt21
2024-06-07 19:57:18 +00:00
committed by GitHub
co-authored by Afevis
parent ecf02f9cf7
commit 9a01bf57db
@@ -173,7 +173,7 @@
tool_tip_set = TRUE
else if(held_item.tool_behaviour == TOOL_WRENCH)
context[SCREENTIP_CONTEXT_LMB] = "[anchored ? "Un" : ""]anchore"
context[SCREENTIP_CONTEXT_LMB] = "[anchored ? "Una" : "A"]nchor"
tool_tip_set = TRUE
return tool_tip_set ? CONTEXTUAL_SCREENTIP_SET : NONE