diff --git a/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/CopperBar.hpp b/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/CopperBar.hpp index 494086c26..6958d8f5b 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/CopperBar.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/DZE/Currency/CopperBar.hpp @@ -8,7 +8,7 @@ class ItemCopperBar: CA_Magazine { descriptionShort = $STR_EPOCH_COPPER_DESC; class ItemActions { class Crafting { - text = $STR_EPOCH_PLAYER_210; + text = $STR_EPOCH_PLAYER_210_9; script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;"; neednearby[] = {}; requiretools[] = {}; @@ -35,4 +35,4 @@ class ItemCopperBar10oz: CA_Magazine { input[] = {{"ItemCopperBar10oz",1}}; }; }; -}; \ No newline at end of file +};