Fix typo from pull #1679

See #1679
This commit is contained in:
ebaydayz
2016-04-24 18:58:22 -04:00
parent 0511dcdb42
commit 6522cca7ce
2 changed files with 7 additions and 7 deletions

View File

@@ -128,7 +128,7 @@ class ItemJerryMixed2: CA_Magazine {
displayName = $STR_EPOCH_CHAINSAW_MIXEDGAS8L_CAN; displayName = $STR_EPOCH_CHAINSAW_MIXEDGAS8L_CAN;
model = "\dayz_equip\models\jerrycan.p3d"; model = "\dayz_equip\models\jerrycan.p3d";
picture = "\dayz_equip\textures\equip_jerrycan_ca.paa"; picture = "\dayz_equip\textures\equip_jerrycan_ca.paa";
descriptionShort = STR_EPOCH_CHAINSAW_MIXEDGAS8L_CAN_DESC; descriptionShort = $STR_EPOCH_CHAINSAW_MIXEDGAS8L_CAN_DESC;
sfx = "refuel"; sfx = "refuel";
class ItemActions { class ItemActions {
class Crafting { class Crafting {
@@ -148,7 +148,7 @@ class ItemJerryMixed1: CA_Magazine {
displayName = $STR_EPOCH_CHAINSAW_MIXEDGAS4L_CAN; displayName = $STR_EPOCH_CHAINSAW_MIXEDGAS4L_CAN;
model = "\dayz_equip\models\jerrycan.p3d"; model = "\dayz_equip\models\jerrycan.p3d";
picture = "\dayz_equip\textures\equip_jerrycan_ca.paa"; picture = "\dayz_equip\textures\equip_jerrycan_ca.paa";
descriptionShort = STR_EPOCH_CHAINSAW_MIXEDGAS4L_CAN; descriptionShort = $STR_EPOCH_CHAINSAW_MIXEDGAS4L_CAN;
sfx = "refuel"; sfx = "refuel";
class ItemActions { class ItemActions {
class Crafting { class Crafting {

View File

@@ -14105,12 +14105,12 @@
<Czech>Gas for Chainsaw</Czech> <Czech>Gas for Chainsaw</Czech>
</Key> </Key>
<Key ID="STR_EPOCH_CHAINSAW_MIXEDGAS20L_CAN"> <Key ID="STR_EPOCH_CHAINSAW_MIXEDGAS20L_CAN">
<English>Mixed Gas Full</English> <English>Full Mixed Gas Can</English>
<German>Mixed Gas Full</German> <German>Full Mixed Gas Can</German>
<Russian>Полная канистра бензина</Russian> <Russian>Полная канистра бензина</Russian>
<Spanish>Mixed Gas Full</Spanish> <Spanish>Full Mixed Gas Can</Spanish>
<French>Mixed Gas Full</French> <French>Full Mixed Gas Can</French>
<Czech>Mixed Gas Full</Czech> <Czech>Full Mixed Gas Can</Czech>
</Key> </Key>
<Key ID="STR_EPOCH_CHAINSAW_MIXEDGAS20L_CAN_DESC"> <Key ID="STR_EPOCH_CHAINSAW_MIXEDGAS20L_CAN_DESC">
<English>20 liters of Mixed Gas.</English> <English>20 liters of Mixed Gas.</English>