Add description in lathe recipe mouseover tooltip (#22621)

* Add description in lathe recipe mouseover tooltip

* Remove old tooltip
This commit is contained in:
Justin
2023-12-16 18:06:38 -08:00
committed by GitHub
parent 432c87f7e2
commit 07f87f93d2
5 changed files with 52 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ lathe-menu-search-filter = Filter
lathe-menu-amount = Amount:
lathe-menu-material-display = {$material} ({$amount})
lathe-menu-tooltip-display = {$amount} of {$material}
lathe-menu-description-display = {$description}
lathe-menu-material-amount = { $amount ->
[1] {NATURALFIXED($amount, 2)} {$unit}
*[other] {NATURALFIXED($amount, 2)} {MAKEPLURAL($unit)}