mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fixing string is not displayed correctly (#1791)
* Fixing not shown string * Fixing not shown string
This commit is contained in:
@@ -21,7 +21,7 @@ class SkinBase : CA_Magazine
|
|||||||
|
|
||||||
class tearClothes
|
class tearClothes
|
||||||
{
|
{
|
||||||
text = $str_tear_clothes;
|
text = $STR_TEAR_CLOTHES;
|
||||||
script = "spawn player_tearClothes;";
|
script = "spawn player_tearClothes;";
|
||||||
};
|
};
|
||||||
class Crafting {
|
class Crafting {
|
||||||
|
|||||||
@@ -1357,7 +1357,7 @@
|
|||||||
<French>Vous pensez que vous avez besoin de ruban adhésif pour réparer la bouteille.</French>
|
<French>Vous pensez que vous avez besoin de ruban adhésif pour réparer la bouteille.</French>
|
||||||
<German>Du könntest Klebeband gebrauchen, um die Flasche zu reparieren.</German>
|
<German>Du könntest Klebeband gebrauchen, um die Flasche zu reparieren.</German>
|
||||||
</Key>
|
</Key>
|
||||||
<Key ID="str_tear_clothes">
|
<Key ID="STR_TEAR_CLOTHES">
|
||||||
<English>Tear Clothes</English>
|
<English>Tear Clothes</English>
|
||||||
<German>Kleidung zerreißen</German>
|
<German>Kleidung zerreißen</German>
|
||||||
</Key>
|
</Key>
|
||||||
|
|||||||
Reference in New Issue
Block a user