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

@@ -20,7 +20,7 @@ _hasTools = true;
if (!(_x in _items)) exitWith {
_hasTools = false;
_missing = getText (configFile >> "cfgWeapons" >> _x >> "displayName");
cutText [format[(localize "STR_EPOCH_ACTIONS_13"), _missing] , "PLAIN DOWN"];
cutText [format[(localize "STR_EPOCH_PLAYER_137"), _missing] , "PLAIN DOWN"];
};
} count _tools;
_hasTools