From 5a3bd015ec55907f520e646b9e324571f73ffe62 Mon Sep 17 00:00:00 2001 From: dayz10k Date: Mon, 18 Nov 2013 10:12:45 -0500 Subject: [PATCH] #709 Add Stringtable localization for Epoch toolbelt items --- SQF/dayz_code/Configs/CfgWeapons/Item/Flashlight.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgWeapons/Item/Flashlight.hpp b/SQF/dayz_code/Configs/CfgWeapons/Item/Flashlight.hpp index 769308649..495071031 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Item/Flashlight.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Item/Flashlight.hpp @@ -1,7 +1,7 @@ class MeleeFlashlight : Pistol { class ItemActions { class Toolbelt { - text = "Add to toolbelt"; + text = "STR_EPOCH_PLAYER_300"; }; }; }; @@ -17,7 +17,7 @@ class MeleeFlashlight : Pistol { class MeleeFlashlightRed : MeleeFlashlight { class ItemActions { class Toolbelt { - text = "Add to toolbelt"; + text = "STR_EPOCH_PLAYER_300"; }; }; };