mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +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
|
||||
{
|
||||
text = $str_tear_clothes;
|
||||
text = $STR_TEAR_CLOTHES;
|
||||
script = "spawn player_tearClothes;";
|
||||
};
|
||||
class Crafting {
|
||||
|
||||
@@ -1357,7 +1357,7 @@
|
||||
<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>
|
||||
</Key>
|
||||
<Key ID="str_tear_clothes">
|
||||
<Key ID="STR_TEAR_CLOTHES">
|
||||
<English>Tear Clothes</English>
|
||||
<German>Kleidung zerreißen</German>
|
||||
</Key>
|
||||
|
||||
Reference in New Issue
Block a user