From a353f8e0e56096d61527aa7c868604513ae562d6 Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Mon, 25 Apr 2016 16:36:50 -0400 Subject: [PATCH] Fix hatchet remove from toolbelt text --- SQF/dayz_code/Configs/CfgWeapons/Tools/Hatchet.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/CfgWeapons/Tools/Hatchet.hpp b/SQF/dayz_code/Configs/CfgWeapons/Tools/Hatchet.hpp index 4c8602a92..cad3470dd 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Tools/Hatchet.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Tools/Hatchet.hpp @@ -25,7 +25,7 @@ class ItemHatchet : ItemCore class Toolbelt { - text = "Remove from Toolbelt"; + text = $STR_ACTIONS_RFROMTB; script = "spawn player_addToolbelt;"; use[] = {"ItemHatchet"}; output[] = {"MeleeHatchet"};