Merge pull request #356 from Yellow-Dog-Man/feat/inventory-button-stuff

Inventory button improvements
This commit is contained in:
Tomas Mariancik 2024-05-29 19:05:46 -06:00 committed by GitHub
commit 43e410dcac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,6 +81,8 @@
"Interaction.Destroy": "Destroy", "Interaction.Destroy": "Destroy",
"Interaction.Duplicate": "Duplicate", "Interaction.Duplicate": "Duplicate",
"Interaction.SaveToInventory": "Save To Inventory", "Interaction.SaveToInventory": "Save To Inventory",
"Interaction.SaveToInventory.NotLoggedIn": "You must be logged in to save items.",
"Interaction.SaveToInventory.NoWritePermission": "Cannot save to current inventory folder.",
"Interaction.Undo": "Undo", "Interaction.Undo": "Undo",
"Interaction.Redo": "Redo", "Interaction.Redo": "Redo",
"Interaction.EquipTool": "Equip", "Interaction.EquipTool": "Equip",