From 9b1ceb857c15e01e1b8137305e3ff6f0607e3e1b Mon Sep 17 00:00:00 2001 From: dayz10k Date: Mon, 18 Nov 2013 11:05:33 -0500 Subject: [PATCH] #709 Add Stringtable localization for Epoch toolbelt items --- SQF/dayz_code/Configs/CfgWeapons/Item/ItemEtool.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgWeapons/Item/ItemEtool.hpp b/SQF/dayz_code/Configs/CfgWeapons/Item/ItemEtool.hpp index 723943f4a..3ce285029 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Item/ItemEtool.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Item/ItemEtool.hpp @@ -1,6 +1,6 @@ //NotWorking _DZ Remove class ItemEtool: ItemCore { scope = 2; - displayName = "Etool"; + displayName = $STR_EQUIP_ETOOL; descriptionShort = $STR_EQUIP_DESC_1; -}; \ No newline at end of file +};