diff --git a/SQF/dayz_code/Configs/CfgWeapons/Melee/ItemHatchet.hpp b/SQF/dayz_code/Configs/CfgWeapons/Melee/ItemHatchet.hpp index 237a78012..128bb7dbc 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Melee/ItemHatchet.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Melee/ItemHatchet.hpp @@ -8,7 +8,7 @@ class ItemHatchet_DZE : ItemCore { class Toolbelt { - text="Remove from Toolbelt"; + text="STR_EPOCH_PLAYER_295"; script="spawn player_addToolbelt;"; use[]= { @@ -20,4 +20,4 @@ class ItemHatchet_DZE : ItemCore { }; }; }; - }; \ No newline at end of file + };