From 0f44d93e7677cc2ae12287d8708d191aa611e4fa Mon Sep 17 00:00:00 2001 From: Chxttr <49021789+Chxttr@users.noreply.github.com> Date: Mon, 10 Jan 2022 20:30:36 +0100 Subject: [PATCH] Fix language issues --- locale/nl.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/nl.lua b/locale/nl.lua index 0ce0547..c99d359 100644 --- a/locale/nl.lua +++ b/locale/nl.lua @@ -4,7 +4,7 @@ local Translations = { wrong_format = 'Onjuiste opmaak', missing_args = 'Niet elk argument is ingevuld (x, y, z)', missing_args2 = 'Alle argumenten moeten worden ingevuld!', - no_access = 'Geen toegang tot deze commando', + no_access = 'Geen toegang tot dit commando', company_too_poor = 'Je werkgever is arm', item_not_exist = 'Item bestaat niet', too_heavy = 'Inventaris is te vol'