Localize character title menu (#11194)
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Content.Client.CharacterInterface
|
||||
|
||||
public CharacterWindow(List<ICharacterUI> windowComponents)
|
||||
{
|
||||
Title = "Character";
|
||||
Title = Loc.GetString("character-info-title");
|
||||
|
||||
var contentsVBox = new BoxContainer
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user