localization typo in pole requirement

This commit is contained in:
[VB]AWOL
2013-11-17 14:58:42 -06:00
parent 2f7ef23953
commit 6ed3669d9b

View File

@@ -174,7 +174,7 @@ if(_IsNearPlot == 0) then {
}; };
// _message // _message
if(!_canBuildOnPlot) exitWith { TradeInprogress = false; cutText [format[(localize "str_epoch_player_136"),_needText,_distance] , "PLAIN DOWN"]; }; if(!_canBuildOnPlot) exitWith { TradeInprogress = false; cutText [format[(localize "STR_EPOCH_PLAYER_135"),_needText,_distance] , "PLAIN DOWN"]; };
_missing = ""; _missing = "";
_hasrequireditem = true; _hasrequireditem = true;