From 6216e93c4abb8f6743656a4a7612e5c1711e39ba Mon Sep 17 00:00:00 2001 From: HARLAN Date: Mon, 23 Dec 2013 12:23:34 -0500 Subject: [PATCH] localize --- SQF/dayz_code/actions/trade_any_boat.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/actions/trade_any_boat.sqf b/SQF/dayz_code/actions/trade_any_boat.sqf index cdc694c17..fc001d57e 100644 --- a/SQF/dayz_code/actions/trade_any_boat.sqf +++ b/SQF/dayz_code/actions/trade_any_boat.sqf @@ -136,7 +136,7 @@ if (_qty >= _qty_in) then { player reveal _veh; - cutText [format[("Bought %3 for %1 %2, key added to toolbelt."),_qty_in,_textPartIn,_textPartOut], "PLAIN DOWN"]; + cutText [format[(localize "STR_EPOCH_ACTIONS_11"),_qty_in,_textPartIn,_textPartOut], "PLAIN DOWN"]; } else { player removeMagazine _keySelected; }; @@ -191,4 +191,4 @@ if (_qty >= _qty_in) then { }; }; -DZE_ActionInProgress = false; \ No newline at end of file +DZE_ActionInProgress = false;