From 6a38360ee496d769750c510f6a06d9cb43c9aaef Mon Sep 17 00:00:00 2001 From: SleepyMode Date: Wed, 17 Oct 2018 18:58:44 +0300 Subject: [PATCH] Fix English localization of the SQL file --- localization/en_esx_policejob.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/localization/en_esx_policejob.sql b/localization/en_esx_policejob.sql index ad1f7601..479c7bd4 100644 --- a/localization/en_esx_policejob.sql +++ b/localization/en_esx_policejob.sql @@ -18,7 +18,7 @@ INSERT INTO `jobs` (name, label) VALUES INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES ('police',0,'recruit','Recruit',20,'{}','{}'), - ('police',1,'officer','Officier',40,'{}','{}'), + ('police',1,'officer','Officer',40,'{}','{}'), ('police',2,'sergeant','Sergeant',60,'{}','{}'), ('police',3,'lieutenant','Lieutenant',85,'{}','{}'), ('police',4,'boss','Chief',100,'{}','{}') @@ -41,7 +41,7 @@ INSERT INTO `fine_types` (label, amount, category) VALUES ('Illegal U-Turn', 250, 0), ('Illegally Driving Off-road', 170, 0), ('Refusing a Lawful Command', 30, 0), - ('Illegally Stoped of a Vehicle', 150, 0), + ('Illegally Stopping a Vehicle', 150, 0), ('Illegal Parking', 70, 0), ('Failing to Yield to the right', 70, 0), ('Failure to comply with Vehicle Information', 90, 0),