From 21a28b45ce9280001a6e359db54e3691e0001aca Mon Sep 17 00:00:00 2001 From: dayz10k Date: Mon, 18 Nov 2013 11:05:59 -0500 Subject: [PATCH] #709 Add Stringtable localization for Epoch toolbelt items --- SQF/dayz_code/Configs/CfgWeapons/Item/ItemKeyKit.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgWeapons/Item/ItemKeyKit.hpp b/SQF/dayz_code/Configs/CfgWeapons/Item/ItemKeyKit.hpp index 657e6ca86..51b236613 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Item/ItemKeyKit.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Item/ItemKeyKit.hpp @@ -1,7 +1,7 @@ class ItemKeyKit: ItemCore { scope = 2; - displayname = $STR_EPOCH_PLAYER_295; + displayname = $STR_EQUIP_KEYKIT; model="\z\addons\dayz_epoch\models\keykit.p3d"; - descriptionShort=$STR_EPOCH_PLAYER_296; + descriptionShort=$STR_EQUIP_KEYKIT_DESC; picture="\z\addons\dayz_epoch\pictures\equip_keykit_ca.paa"; };