From fd14dfa2142a6956e4826267a0a10996787c2038 Mon Sep 17 00:00:00 2001 From: Grahame Date: Thu, 16 Aug 2018 10:33:14 -0400 Subject: [PATCH] Update EPOCH_npcTraderAdd.sqf Corrected spelling of crypto --- Sources/epoch_code/compile/traders/EPOCH_npcTraderAdd.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]; };