mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
localize
This commit is contained in:
@@ -50,5 +50,5 @@ _tobe_removed_total = 0;
|
|||||||
if (_tobe_removed_total == _removed_total) exitWith { true };
|
if (_tobe_removed_total == _removed_total) exitWith { true };
|
||||||
// missing parts
|
// missing parts
|
||||||
{ player addMagazine _x; } forEach _temp_removed_array;
|
{ player addMagazine _x; } forEach _temp_removed_array;
|
||||||
cutText [format["Missing Parts after first check Item: %1 / %2", _removed_total, _tobe_removed_total], "PLAIN DOWN"];
|
cutText [format[(localize "STR_EPOCH_ACTIONS_5"), _removed_total, _tobe_removed_total], "PLAIN DOWN"];
|
||||||
false
|
false
|
||||||
|
|||||||
Reference in New Issue
Block a user