(a7fed8657) More punctuation fixes
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Barotrauma
|
||||
if (personalityTrait != null && TextManager.Language == "English")
|
||||
{
|
||||
new GUITextBlock(new RectTransform(new Vector2(1.0f, 0.0f), headerTextArea.RectTransform),
|
||||
TextManager.Get("PersonalityTrait") + ": " + personalityTrait.Name, font: font);
|
||||
TextManager.AddPunctuation(':', TextManager.Get("PersonalityTrait"), personalityTrait.Name), font: font);
|
||||
}
|
||||
|
||||
//spacing
|
||||
|
||||
Reference in New Issue
Block a user