From c654ab316ee87354fed1f67f74d6654ba15d54e2 Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Sun, 17 Nov 2013 00:24:58 -0600 Subject: [PATCH] incorrect missing tools stringtable --- SQF/dayz_code/actions/player_craftItem.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/actions/player_craftItem.sqf b/SQF/dayz_code/actions/player_craftItem.sqf index 90df1acad..8b33193f8 100644 --- a/SQF/dayz_code/actions/player_craftItem.sqf +++ b/SQF/dayz_code/actions/player_craftItem.sqf @@ -233,7 +233,7 @@ if (_canDo) then { }; } else { _textMissing = getText(configFile >> "CfgWeapons" >> _missing >> "displayName"); - cutText [format[(localize "str_epoch_player_153"),_textMissing], "PLAIN DOWN"]; + cutText [format[(localize "STR_EPOCH_PLAYER_137"),_textMissing], "PLAIN DOWN"]; _craft_doLoop = false; }; };