Update stringtables, fix translations

This commit is contained in:
oiad
2017-12-17 14:50:32 +13:00
parent 84a868bbda
commit e0b444c3fd
5 changed files with 26 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ class ItemSodaEmpty : HandGrenade
script = ";[_id] spawn player_fillWater;";
};
class Crafting {
text = "Melt into Bars";
text = $STR_ACTIONS_MELT_BARS;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"fire"};
requiretools[] = {"ItemToolbox"};
@@ -46,7 +46,7 @@ class TrashTinCan : HandGrenade
script = ";[_id] spawn player_fillWater;";
};
class Crafting {
text = "Melt into Bars";
text = $STR_ACTIONS_MELT_BARS;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"fire"};
requiretools[] = {"ItemToolbox"};