incorrect missing tools stringtable

This commit is contained in:
[VB]AWOL
2013-11-17 00:24:58 -06:00
parent 26f9238cf9
commit c654ab316e

View File

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