localization fix

This commit is contained in:
Zac Surplice
2013-11-12 11:53:16 +11:00
parent 9aac967402
commit 7b802a38a5
7 changed files with 9 additions and 9 deletions

View File

@@ -116,7 +116,7 @@ if (_qty >= _qty_in) then {
} else {
_needed = _qty_in - _qty;
cutText [format[(localize "str_epoch_player_185"),_needed,_textPartIn] , "PLAIN DOWN"];
cutText [format[(localize "str_epoch_player_184"),_needed,_textPartIn] , "PLAIN DOWN"];
};
TradeInprogress = false;