From 3095b399b20291a2ad65080e827711d90cd3a807 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Sat, 12 Oct 2024 00:52:22 +0200 Subject: [PATCH] Use plural for text label --- itemcontroller.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itemcontroller.lua b/itemcontroller.lua index 4858968..1bb9bf6 100644 --- a/itemcontroller.lua +++ b/itemcontroller.lua @@ -359,7 +359,7 @@ local PAGES = { bgColor = colors.blue, [Orientation:getId()] = Orientation.VERTICAL, [Children:getId()] = { - Text:new{ text = "Slot", bgColor = colors.blue }, + Text:new{ text = "Slots", bgColor = colors.blue }, Text:new{ text = tostring(group:getStackCount()), bgColor = colors.blue } } }