Cleanup localization calls (no quotes around $STR)

This commit is contained in:
dayz10k
2013-11-21 10:03:24 -05:00
parent 809fa16a66
commit ca06988c4e

View File

@@ -35,7 +35,7 @@ class MeleeSledge: MeleeWeapon
};
class Library
{
libTextDesc=STR_EQUIP_SLEDGE_DESC;
libTextDesc=$STR_EQUIP_SLEDGE_DESC;
};
descriptionShort=STR_EQUIP_SLEDGE_DESC;
descriptionShort=$STR_EQUIP_SLEDGE_DESC;
};