(141ad0eda) Fixed tutorial button text not being translated

This commit is contained in:
Joonas Rikkonen
2019-05-06 11:36:54 +03:00
parent 8e53c38461
commit 323c8e7b95
4 changed files with 298 additions and 54 deletions
@@ -83,7 +83,7 @@ namespace Barotrauma
RelativeSpacing = 0.035f
};
new GUIButton(new RectTransform(new Vector2(1.0f, 1.0f), campaignList.RectTransform), "Tutorial", textAlignment: Alignment.Left, style: "MainMenuGUIButton")
new GUIButton(new RectTransform(new Vector2(1.0f, 1.0f), campaignList.RectTransform), TextManager.Get("TutorialButton"), textAlignment: Alignment.Left, style: "MainMenuGUIButton")
{
ForceUpperCase = true,
UserData = Tab.Tutorials,