From 18a9b5b9024b9665deab26640318cc4725845202 Mon Sep 17 00:00:00 2001 From: HARLAN Date: Fri, 13 Dec 2013 15:13:18 -0500 Subject: [PATCH] localization --- SQF/dayz_code/Configs/CfgWeapons/Melee/ItemMachete.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/CfgWeapons/Melee/ItemMachete.hpp b/SQF/dayz_code/Configs/CfgWeapons/Melee/ItemMachete.hpp index 316b6f523..8478572de 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Melee/ItemMachete.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Melee/ItemMachete.hpp @@ -1,7 +1,7 @@ class ItemMachete: ItemCore { scope=2; - displayName="Machete"; + displayName=$STR_EQUIP_MACHETE; model="\z\addons\dayz_communityassets\models\machete.p3d"; picture="\z\addons\dayz_communityassets\pictures\equip_machete_CA.paa"; descriptionShort="An agricultural tool turned into a weapon, the Machete may be less versatile than the common hatchet, but it packs a punch.";