mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-25 09:59:18 +03:00
Cleanup localization calls (no quotes around $STR)
This commit is contained in:
@@ -21,7 +21,7 @@ class MeleeMachete: MeleeWeapon
|
|||||||
{
|
{
|
||||||
class Toolbelt
|
class Toolbelt
|
||||||
{
|
{
|
||||||
text="Add to Toolbelt";
|
text=$STR_EPOCH_PLAYER_296;
|
||||||
script="spawn player_addToolbelt;";
|
script="spawn player_addToolbelt;";
|
||||||
use[]=
|
use[]=
|
||||||
{
|
{
|
||||||
@@ -38,4 +38,4 @@ class MeleeMachete: MeleeWeapon
|
|||||||
libTextDesc="";
|
libTextDesc="";
|
||||||
};
|
};
|
||||||
descriptionShort="An agricultural tool turned into a weapon, the Machete may be less versatile than the common hatchet, but it packs a punch.";
|
descriptionShort="An agricultural tool turned into a weapon, the Machete may be less versatile than the common hatchet, but it packs a punch.";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user