#735 localize more (vehicle repair/salvage, etc)

This commit is contained in:
dayz10k
2013-11-25 17:26:14 -05:00
parent 02104614d8
commit 7bd1cf2a86

View File

@@ -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;
};
};