mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Localize some Advanced Trading strings
This commit is contained in:
@@ -45,9 +45,9 @@ if (!isNull _backpack) then {
|
||||
|
||||
[_normalMags,_normalWeaps, typeOf _backpack] call Z_checkArrayInConfig;
|
||||
}else{
|
||||
_ctrltext = format["I'm not stupid."];
|
||||
_ctrltext = localize "STR_EPOCH_TRADE_STUPID";
|
||||
ctrlSetText [Z_AT_TRADERLINE2, _ctrltext];
|
||||
|
||||
_ctrltext = format["You are not wearing a backpack."];
|
||||
_ctrltext = localize "STR_EPOCH_TRADE_NO_BACKPACK";
|
||||
ctrlSetText [Z_AT_TRADERLINE1, _ctrltext];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user