diff --git a/SQF/dayz_code/compile/fn_removeItems.sqf b/SQF/dayz_code/compile/fn_removeItems.sqf index afc943d84..83147b5d6 100644 --- a/SQF/dayz_code/compile/fn_removeItems.sqf +++ b/SQF/dayz_code/compile/fn_removeItems.sqf @@ -50,5 +50,5 @@ _tobe_removed_total = 0; if (_tobe_removed_total == _removed_total) exitWith { true }; // missing parts { 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