Cleanup duplicate and unused strings

Cargo count is shown at the top of the gear menu now
This commit is contained in:
ebaydayz
2016-04-04 16:58:59 -04:00
parent 6b25d3594e
commit 666ace6d54
21 changed files with 139 additions and 463 deletions

View File

@@ -256,7 +256,7 @@ if (_canDo) then {
} else {
// Refund parts since we failed
{player addMagazine _x; } forEach _temp_removed_array;
cutText [format[(localize "str_epoch_player_151"),_removed_total,_tobe_removed_total], "PLAIN DOWN"];
cutText [format[(localize "STR_EPOCH_PLAYER_145"),_removed_total,_tobe_removed_total], "PLAIN DOWN"];
};
} else {