missing $ added to localization strings

This commit is contained in:
[VB]AWOL
2013-11-21 10:10:57 -06:00
parent aea83659ba
commit aca098f7ea
3 changed files with 9 additions and 9 deletions

View File

@@ -35,7 +35,7 @@ class MeleeCrowbar: MeleeWeapon
};
class Library
{
libTextDesc="STR_EQUIP_CROWBAR_DESC";
libTextDesc="$STR_EQUIP_CROWBAR_DESC";
};
descriptionShort="STR_EQUIP_CROWBAR_DESC";
descriptionShort="$STR_EQUIP_CROWBAR_DESC";
};