diff --git a/SQF/dayz_code/Configs/CfgWeapons/Melee/MeleeFishingPole.hpp b/SQF/dayz_code/Configs/CfgWeapons/Melee/MeleeFishingPole.hpp index 963b95f09..1ab57f47f 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Melee/MeleeFishingPole.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Melee/MeleeFishingPole.hpp @@ -5,7 +5,7 @@ class MeleeFishingPole: MeleeWeapon magazineReloadTime=0; model="\z\addons\dayz_epoch\models\fishing_rod_weaponized.p3d"; picture="\z\addons\dayz_epoch\pictures\equip_fishingpole_CA.paa"; - displayName="Fishing Pole"; + displayName=$STR_EQUIP_FISHPOLE; magazines[]= { "Fishing_Swing" @@ -19,12 +19,12 @@ class MeleeFishingPole: MeleeWeapon { class Use { - text="Cast Fishing Pole"; + text="STR_EPOCH_PLAYER_297"; script="spawn player_goFishing;"; }; class Toolbelt { - text="Add to Toolbelt"; + text="STR_EPOCH_PLAYER_296"; script="spawn player_addToolbelt;"; use[]= { @@ -40,5 +40,5 @@ class MeleeFishingPole: MeleeWeapon { libTextDesc=""; }; - descriptionShort="Fishing Pole: This carbon fiber rod may be old but, she still works like a charm."; -}; \ No newline at end of file + descriptionShort=$STR_EQUIP_FISHPOLE_DESC; +};