#709 Add Stringtable localization for Epoch toolbelt items

This commit is contained in:
dayz10k
2013-11-18 10:52:35 -05:00
parent 7f247b5d0c
commit a27c04ae4c

View File

@@ -21,7 +21,7 @@ class MeleeHatchet: MeleeWeapon
{
class Toolbelt
{
text="Add to Toolbelt";
text="STR_EPOCH_PLAYER_296";
script="spawn player_addToolbelt;";
use[]=
{
@@ -38,4 +38,4 @@ class MeleeHatchet: MeleeWeapon
libTextDesc="$STR_EQUIP_DESC_41";
};
descriptionShort="$STR_EQUIP_DESC_41";
};
};