From 22c16c3941214f7dbae026248ff1c608a92dcca6 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 17 Jan 2022 07:39:38 -0600 Subject: [PATCH] A few more strings for locale --- locale/english.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/locale/english.json b/locale/english.json index 858e259a..8e8ce2c7 100644 --- a/locale/english.json +++ b/locale/english.json @@ -192,10 +192,12 @@ "Invalid Name", "Crashed" ], - "TakeItemFromHouse": "takes a {2} from the house", - "TakeItemFromBusinessStorage": "takes a {2} from the business storage", - "TakeItemFromBusiness": "takes a {2} from the business", - "TakeItemFromItem": "takes a {2} from the {3}", - "TakeItemFromVehicleTrunk": "takes a {2} from the trunk", - "TakeItemFromVehicleDash": "takes a {2} from the glove compartment" + "TakeItemFromHouse": "takes a {1} from the house", + "TakeItemFromBusinessStorage": "takes a {1} from the business storage", + "TakeItemFromBusiness": "takes a {1} from the business", + "TakeItemFromItem": "takes a {1} from the {2}", + "TakeItemFromVehicleTrunk": "takes a {1} from the trunk", + "TakeItemFromVehicleDash": "takes a {1} from the glove compartment", + "JobEquipmentInventoryKeyBindTip": "The job equipment is in your inventory. Press {1} to see them.", + "JobEquipmentInventoryCommandTip": "The job equipment is in your inventory. Use {1} to see them." }