Fix stringtable

This commit is contained in:
PabstMirror 2015-01-28 12:54:14 -06:00
parent 719e308f9b
commit 54ab834e5c
2 changed files with 2 additions and 2 deletions

View File

@ -20,4 +20,4 @@ if (_timeToCut > 4.5) then {
playSound "ACE_wirecutter_sound";
};
[_timeToCut, [_fenceObject], {(_this select 0) call FUNC(cutDownFenceCallback)}, {(_this select 0) call FUNC(cutDownFenceAbort)}, localize "STR_ACE_CuttingFence"] call EFUNC(common,progressBar);
[_timeToCut, [_fenceObject], {(_this select 0) call FUNC(cutDownFenceCallback)}, {(_this select 0) call FUNC(cutDownFenceAbort)}, localize "STR_ACE_logistics_wirecutter_CuttingFence"] call EFUNC(common,progressBar);

View File

@ -3,5 +3,5 @@
PARAMS_1(_fenceObject);
_fenceObject setdamage 1;
[localize "STR_ACE_FenceCut"] call EFUNC(common,displayTextStructured);
[localize "STR_ACE_logistics_wirecutter_FenceCut"] call EFUNC(common,displayTextStructured);
[ACE_player, "AmovPknlMstpSrasWrflDnon", 1] call EFUNC(common,doAnimation);