Fix broken string table name

String STR_ITEM_DESC_tent_poles not found
This commit is contained in:
oiad
2017-12-17 11:24:10 +13:00
parent 373aeb2db7
commit edc6224bc3

View File

@@ -2,7 +2,7 @@ class equip_tent_poles : CA_Magazine {
scope = public;
count = 1;
displayName = $STR_ITEM_NAME_equip_tent_poles;
descriptionShort = $STR_ITEM_DESC_tent_poles;
descriptionShort = $STR_ITEM_DESC_equip_tent_poles;
model = "z\addons\dayz_communityassets\models\1m_pole_6.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_1m_pole_6_ca.paa";
type = 256;