Recommended crew experience is saved using text tags instead of the actual text (-> experience texts can be translated without the translation showing up in sub files).

This commit is contained in:
Joonas Rikkonen
2018-08-15 12:06:22 +03:00
parent b1f8de887c
commit c2f9e1481f
3 changed files with 24 additions and 11 deletions
@@ -146,7 +146,7 @@ namespace Barotrauma
"", frame, GUI.SmallFont);
new GUITextBlock(new Rectangle(246, 100, 100, 20),
TextManager.Get("RecommendedCrewExperience") + ": " + (string.IsNullOrEmpty(RecommendedCrewExperience) ? TextManager.Get("unknown") : RecommendedCrewExperience),
TextManager.Get("RecommendedCrewExperience") + ": " + (string.IsNullOrEmpty(RecommendedCrewExperience) ? TextManager.Get("unknown") : TextManager.Get(RecommendedCrewExperience)),
"", frame, GUI.SmallFont);
new GUITextBlock(new Rectangle(246, 120, 0, 20),