From 0a003fc3bbb52544e497e9dd4c5777d9e783b7c0 Mon Sep 17 00:00:00 2001 From: HARLAN Date: Mon, 23 Dec 2013 12:27:14 -0500 Subject: [PATCH] localize --- SQF/dayz_code/compile/object_removeTankTrap.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/compile/object_removeTankTrap.sqf b/SQF/dayz_code/compile/object_removeTankTrap.sqf index 6eb420290..5e4086930 100644 --- a/SQF/dayz_code/compile/object_removeTankTrap.sqf +++ b/SQF/dayz_code/compile/object_removeTankTrap.sqf @@ -9,5 +9,5 @@ _nearTankTrap = _nearTankTraps select 0; if (!isNull _nearTankTrap and _canDo) then { [0,1,2,_nearTankTrap] spawn player_removeObject; } else { - cutText ["No Tank Traps found nearby.", "PLAIN DOWN"]; + cutText [(localize "STR_EPOCH_ACTIONS_14"), "PLAIN DOWN"]; };