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