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 +};