Cleanup localization calls (no quotes around $STR)

This commit is contained in:
dayz10k
2013-11-21 10:02:31 -05:00
parent 52db9d41eb
commit 242903ff45

View File

@@ -21,7 +21,7 @@ class MeleeMachete: MeleeWeapon
{
class Toolbelt
{
text="Add to Toolbelt";
text=$STR_EPOCH_PLAYER_296;
script="spawn player_addToolbelt;";
use[]=
{
@@ -38,4 +38,4 @@ class MeleeMachete: MeleeWeapon
libTextDesc="";
};
descriptionShort="An agricultural tool turned into a weapon, the Machete may be less versatile than the common hatchet, but it packs a punch.";
};
};