From 30bad694173a24fed15459d99a16ee3ec91fa7b9 Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Thu, 28 Mar 2019 08:53:14 -0400 Subject: [PATCH] tweaks --- sys/apps/system/{colors.lua => shell.lua} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename sys/apps/system/{colors.lua => shell.lua} (99%) diff --git a/sys/apps/system/colors.lua b/sys/apps/system/shell.lua similarity index 99% rename from sys/apps/system/colors.lua rename to sys/apps/system/shell.lua index cce9559..ee413f5 100644 --- a/sys/apps/system/colors.lua +++ b/sys/apps/system/shell.lua @@ -40,7 +40,7 @@ end local tab = UI.Tab { tabTitle = 'Shell', - description = 'Shell option', + description = 'Shell options', grid1 = UI.ScrollingGrid { y = 2, ey = -10, x = 3, ex = -16, disableHeader = true,