From a48ab79f05c279794124a5dd79ff041c1a5a8823 Mon Sep 17 00:00:00 2001 From: HakkoDevelopment <67168651+Hakkodevelopment@users.noreply.github.com> Date: Sat, 9 Jul 2022 16:13:33 -0600 Subject: [PATCH] fixed a couple grammar/spelling issues --- ND_Chat/source/client.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ND_Chat/source/client.lua b/ND_Chat/source/client.lua index 904a8ce..3304bd7 100644 --- a/ND_Chat/source/client.lua +++ b/ND_Chat/source/client.lua @@ -1,21 +1,21 @@ if config["/me"] then - TriggerEvent("chat:addSuggestion", "/me", "Send message in the third person (Proximity Chat).", {{ name="Action", help="Describe your action."}}) + TriggerEvent("chat:addSuggestion", "/me", "Send message in the third person (Proximity).", {{ name="Action", help="Describe your action."}}) end if config["/gme"] then - TriggerEvent("chat:addSuggestion", "/gme", "Send message in the third person (Global Chat).", {{ name="Action", help="Describe your action."}}) + TriggerEvent("chat:addSuggestion", "/gme", "Send message in the third person (Global).", {{ name="Action", help="Describe your action."}}) end if config["/ooc"] then - TriggerEvent("chat:addSuggestion", "/ooc", "Out Of Character chat Message (Global Chat).", {{name="Message", help="Put your questions or help request."}}) + TriggerEvent("chat:addSuggestion", "/ooc", "Out of Character chat message (Global).", {{name="Message", help="Put your questions or help request."}}) end if config["/twt"] then - TriggerEvent("chat:addSuggestion", "/twt", "Send a Twotter in game. (Global Chat)", {{name="Message", help="Twotter Message."}}) + TriggerEvent("chat:addSuggestion", "/twt", "Send a Twotter in game. (Global)", {{name="Message", help="Twotter Message."}}) end if config["/darkweb"].enabled then - TriggerEvent("chat:addSuggestion", "/darkweb", "Send a anonymous message in game (Global Chat).", {{ name="Message", help=""}}) + TriggerEvent("chat:addSuggestion", "/darkweb", "Send a anonymous message in game (Global).", {{ name="Message", help=""}}) end if config["/911"].enabled then @@ -42,4 +42,4 @@ if config["/911"].enabled then end end end) -end \ No newline at end of file +end