From b5f85af6c45d263bc54ae41170627ef748d5b819 Mon Sep 17 00:00:00 2001 From: deadeye2 Date: Sat, 29 Sep 2018 11:04:45 -0400 Subject: [PATCH] fixed typo --- config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.lua b/config.lua index 0354bf7d..fffcc657 100644 --- a/config.lua +++ b/config.lua @@ -257,7 +257,7 @@ function GetColors(color) } elseif color == 'chrome' then colors = { - { index = 117, label = _U('brushechrome')}, + { index = 117, label = _U('brushedchrome')}, { index = 118, label = _U('blackchrome')}, { index = 119, label = _U('brushedaluminum')}, { index = 120, label = _U('chrome')}