From 6fe6ea1fca66e20172ba91ad64e7fa0bdb471b0b Mon Sep 17 00:00:00 2001 From: HARLAN Date: Mon, 23 Dec 2013 12:29:10 -0500 Subject: [PATCH] localize --- SQF/dayz_code/compile/player_unlockDoor.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/compile/player_unlockDoor.sqf b/SQF/dayz_code/compile/player_unlockDoor.sqf index 18b5813b2..d327eeeea 100644 --- a/SQF/dayz_code/compile/player_unlockDoor.sqf +++ b/SQF/dayz_code/compile/player_unlockDoor.sqf @@ -27,7 +27,7 @@ if(!isNull dayz_selectedDoor) then { // close display since another player is closer _display = findDisplay 41144; _display closeDisplay 3000; - cutText ["Failed, another player is closer than you are.", "PLAIN DOWN"]; + cutText [(localize "STR_EPOCH_ACTIONS_16"), "PLAIN DOWN"]; } else { // get object combination @@ -82,4 +82,4 @@ if(!isNull dayz_selectedDoor) then { _display = findDisplay 41144; _display closeDisplay 3000; }; -DZE_DYN_UnlockDoorInprogress = nil; \ No newline at end of file +DZE_DYN_UnlockDoorInprogress = nil;