mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-19 19:18:50 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user