Update ReadMes

@oiad please keep Epoch specific strings in the dayz_epoch package

The status icons translation was identical to English. @AirwavesMan the
second word is not capitalized for consistency with all other settings
in the game options menu. https://i.imgur.com/eIbPBlM.jpg
This commit is contained in:
ebayShopper
2017-12-18 17:53:27 -05:00
parent fce987877b
commit efaf1f9399
5 changed files with 13 additions and 13 deletions

View File

@@ -17,7 +17,7 @@ class ItemSodaEmpty : HandGrenade
script = ";[_id] spawn player_fillWater;";
};
class Crafting {
text = $STR_ACTIONS_MELT_BARS;
text = $STR_EPOCH_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 = $STR_ACTIONS_MELT_BARS;
text = $STR_EPOCH_MELT_BARS;
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"fire"};
requiretools[] = {"ItemToolbox"};