From 7bd1cf2a86fb1376e80ff44e04791205fd043b30 Mon Sep 17 00:00:00 2001 From: dayz10k Date: Mon, 25 Nov 2013 17:26:14 -0500 Subject: [PATCH] #735 localize more (vehicle repair/salvage, etc) --- SQF/dayz_code/actions/repair_vehicle.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/actions/repair_vehicle.sqf b/SQF/dayz_code/actions/repair_vehicle.sqf index 20a7d2549..9f1fca0a1 100644 --- a/SQF/dayz_code/actions/repair_vehicle.sqf +++ b/SQF/dayz_code/actions/repair_vehicle.sqf @@ -63,8 +63,8 @@ if (_allFixed) then { if(count _hitpoints > 0 ) then { - _cancel = dayz_myCursorTarget addAction ["Cancel", "\z\addons\dayz_code\actions\repair_cancel.sqf","repair", 0, true, false, "",""]; + _cancel = dayz_myCursorTarget addAction [localize "STR_EPOCH_PLAYER_CANCEL", "\z\addons\dayz_code\actions\repair_cancel.sqf","repair", 0, true, false, "",""]; s_player_repairActions set [count s_player_repairActions,_cancel]; s_player_repair_crtl = 1; -}; \ No newline at end of file +};