better message

This commit is contained in:
Chr1Z93 2024-11-19 13:29:32 +01:00
parent c76be365c4
commit f14d88ee98

View File

@ -1150,7 +1150,9 @@ function toggleSlotEditing()
updateSlotSymbols()
if currentlyEditingSlots then
broadcastToColor("Click on a slot symbol (or an empty slot) to edit it.", messageColor, "Orange")
broadcastToColor("Click on a slot symbol (or an empty slot) to edit it. " ..
"Right-click the 'Slot-Edit' button to return to the default slots. " ..
"Middle-click the 'Slot-Edit' button to remove all slot symbols.", messageColor, "Orange")
else
updateSave()
end