Fixing string is not displayed correctly (#1791)

* Fixing not shown string

* Fixing not shown string
This commit is contained in:
A Man
2016-11-05 01:42:24 +01:00
committed by ebaydayz
parent cbe51bcad1
commit 1223e08d79
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ class SkinBase : CA_Magazine
class tearClothes
{
text = $str_tear_clothes;
text = $STR_TEAR_CLOTHES;
script = "spawn player_tearClothes;";
};
class Crafting {

View File

@@ -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>