This commit is contained in:
HARLAN
2013-12-23 12:27:14 -05:00
parent d2aaff8113
commit 0a003fc3bb

View File

@@ -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"];
};