diff --git a/Sources/epoch_code/compile/traders/EPOCH_npcTraderAdd.sqf b/Sources/epoch_code/compile/traders/EPOCH_npcTraderAdd.sqf index 26242be3..2d55b6c6 100644 --- a/Sources/epoch_code/compile/traders/EPOCH_npcTraderAdd.sqf +++ b/Sources/epoch_code/compile/traders/EPOCH_npcTraderAdd.sqf @@ -133,7 +133,7 @@ if !(isNull EPOCH_lastNPCtradeTarget) then { _cryptoCount = _cryptoCount + _worth; }; }; - ctrlSetText [_CryptoInCtrl, (format["%1 Krypto", _cryptoCount])]; + ctrlSetText [_CryptoInCtrl, (format["%1 Crypto", _cryptoCount])]; _cryptoCount = 0; _sizeOut = lbSize _TraderItemsOutBox; if (_sizeOut > 0) then { @@ -152,7 +152,7 @@ if !(isNull EPOCH_lastNPCtradeTarget) then { _cryptoCount = _cryptoCount + _worth; }; }; - ctrlSetText [_CryptoOutCtrl, (format["%1 Krypto", _cryptoCount])]; + ctrlSetText [_CryptoOutCtrl, (format["%1 Crypto", _cryptoCount])]; if (_control == _PlayerItemsBox) then { lbSetCurSel [_PlayerFilerDropDown, 0]; };