From 881a2f40256dfc7f2cc63f8428231985a23d81a7 Mon Sep 17 00:00:00 2001 From: Alexander Weber Date: Tue, 28 Feb 2017 12:51:11 +0100 Subject: [PATCH] Renamed Material outcome to Shaped, colorized the output --- cache.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache.lua b/cache.lua index b6b68b2..167768a 100644 --- a/cache.lua +++ b/cache.lua @@ -38,7 +38,7 @@ cache.group_info = { -- list specific all = {shortdesc = "All items" }, other = {shortdesc = "Other items" }, - ["filter:material"] = {shortdesc = ">>> Material outcome" } + ["filter:material"] = {shortdesc = "#01DF74> Shaped" } }