a couple localization updates (#1690)

* a couple localization updates

* fix merge conflicts

* fix

* fixes
This commit is contained in:
Anton
2016-05-03 22:15:44 +03:00
committed by ebaydayz
parent 5cde6cba69
commit 75ae8ad3c0
7 changed files with 258 additions and 220 deletions

View File

@@ -217,14 +217,14 @@ if(_enoughMoney) then {
if (_success) then {
systemChat format[localize "STR_EPOCH_TRADE_SUCCESS", _priceToBuy];
} else {
systemchat localize "STR_EPOCH_TRADE_DEBUG";
systemChat localize "STR_EPOCH_TRADE_DEBUG";
};
} else {
_success = [player,_priceToBuy] call SC_fnc_removeCoins;
if (_success) then {
systemChat format[localize "STR_EPOCH_TRADE_SUCCESS_COINS", _priceToBuy, CurrencyName];
} else {
systemchat localize "STR_EPOCH_TRADE_DEBUG";
systemChat localize "STR_EPOCH_TRADE_DEBUG";
};
};
} else {