#709 Add Stringtable localization for Epoch toolbelt items

This commit is contained in:
dayz10k
2013-11-18 10:51:57 -05:00
parent c8d8460707
commit 7f247b5d0c

View File

@@ -9,7 +9,7 @@ class ItemMachete: ItemCore
{
class Toolbelt
{
text="Remove from Toolbelt";
text="STR_EPOCH_PLAYER_295";
script="spawn player_addToolbelt;";
use[]=
{
@@ -22,4 +22,4 @@ class ItemMachete: ItemCore
};
};
};