diff --git a/SQF/dayz_code/Configs/CfgWeapons/Melee/MeleeHatchet.hpp b/SQF/dayz_code/Configs/CfgWeapons/Melee/MeleeHatchet.hpp index ab7587206..ba7886bda 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Melee/MeleeHatchet.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Melee/MeleeHatchet.hpp @@ -21,7 +21,7 @@ class MeleeHatchet: MeleeWeapon { class Toolbelt { - text="Add to Toolbelt"; + text="STR_EPOCH_PLAYER_296"; script="spawn player_addToolbelt;"; use[]= { @@ -38,4 +38,4 @@ class MeleeHatchet: MeleeWeapon libTextDesc="$STR_EQUIP_DESC_41"; }; descriptionShort="$STR_EQUIP_DESC_41"; - }; \ No newline at end of file + };