diff options
-rw-r--r-- | shop2.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ local function disp_shopscreen() printseq(m) { {1,1}, colors.orange, "Apiaristics Consortium Store", - {1,2}, colors.lightGray, "Stock Price Adr. Name", + {1,2}, colors.lightGray, "Stock Price Adr. Name", } for ix,i in ipairs(ITEMS) do |