From 1c432b4cf437bc799ada5e1d31edfdeb7b311828 Mon Sep 17 00:00:00 2001 From: Don <30905704+ddh3@users.noreply.github.com> Date: Wed, 6 Sep 2017 23:58:50 -0700 Subject: [PATCH] Fixed spelling Fixed spelling allterrain --- config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.lua b/config.lua index 0da98d8a..3e9f13c1 100644 --- a/config.lua +++ b/config.lua @@ -478,7 +478,7 @@ Config.Menus = { modFrontWheelsType1 = _U('muscle'), modFrontWheelsType2 = _U('lowrider'), modFrontWheelsType3 = _U('suv'), - modFrontWheelsType4 = _U('allterain'), + modFrontWheelsType4 = _U('allterrain'), modFrontWheelsType5 = _U('tuning'), modFrontWheelsType6 = _U('motorcycle'), modFrontWheelsType7 = _U('highend') @@ -512,7 +512,7 @@ Config.Menus = { price = 500 }, modFrontWheelsType4 = { - label = _U('allterain'), + label = _U('allterrain'), parent = 'modFrontWheelsTypes', modType = 23, wheelType = 4,