From 6ed3669d9b9cc1057b7ccda4e920b2b4d0fcc383 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Sun, 17 Nov 2013 14:58:42 -0600 Subject: [PATCH] localization typo in pole requirement --- SQF/dayz_code/actions/player_build.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/actions/player_build.sqf b/SQF/dayz_code/actions/player_build.sqf index e4fb4d8e0..79632a461 100644 --- a/SQF/dayz_code/actions/player_build.sqf +++ b/SQF/dayz_code/actions/player_build.sqf @@ -174,7 +174,7 @@ if(_IsNearPlot == 0) then { }; // _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 = ""; _hasrequireditem = true;