diff --git a/SQF/dayz_code/Configs/CfgWeapons/Item/Flashlight.hpp b/SQF/dayz_code/Configs/CfgWeapons/Item/Flashlight.hpp index a816f7eba..769308649 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Item/Flashlight.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Item/Flashlight.hpp @@ -9,7 +9,7 @@ class MeleeFlashlight : Pistol { class ItemFlashlight : ItemCore { class ItemActions { class Toolbelt { - text = "Remove from toolbelt"; + text = "STR_EPOCH_PLAYER_299"; }; }; }; @@ -25,7 +25,7 @@ class MeleeFlashlight : Pistol { class ItemFlashlightRed : ItemCore { class ItemActions { class Toolbelt { - text = "Remove from toolbelt"; + text = "STR_EPOCH_PLAYER_299"; }; }; - }; \ No newline at end of file + };