#709 Add Stringtable localization for Epoch toolbelt items

This commit is contained in:
dayz10k
2013-11-18 11:05:33 -05:00
parent c28e96fb03
commit 9b1ceb857c

View File

@@ -1,6 +1,6 @@
//NotWorking _DZ Remove
class ItemEtool: ItemCore {
scope = 2;
displayName = "Etool";
displayName = $STR_EQUIP_ETOOL;
descriptionShort = $STR_EQUIP_DESC_1;
};
};