From 242903ff458a25602ed78be08cfe735473cd1421 Mon Sep 17 00:00:00 2001 From: dayz10k Date: Thu, 21 Nov 2013 10:02:31 -0500 Subject: [PATCH] Cleanup localization calls (no quotes around $STR) --- SQF/dayz_code/Configs/CfgWeapons/Melee/MeleeMachete.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgWeapons/Melee/MeleeMachete.hpp b/SQF/dayz_code/Configs/CfgWeapons/Melee/MeleeMachete.hpp index 457c8a209..02d5f5941 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Melee/MeleeMachete.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Melee/MeleeMachete.hpp @@ -21,7 +21,7 @@ class MeleeMachete: MeleeWeapon { class Toolbelt { - text="Add to Toolbelt"; + text=$STR_EPOCH_PLAYER_296; script="spawn player_addToolbelt;"; use[]= { @@ -38,4 +38,4 @@ class MeleeMachete: MeleeWeapon libTextDesc=""; }; descriptionShort="An agricultural tool turned into a weapon, the Machete may be less versatile than the common hatchet, but it packs a punch."; - }; \ No newline at end of file + };