diff --git a/Content.Client/ADT/Lobby/UI/SpeciesWindow.xaml.cs b/Content.Client/ADT/Lobby/UI/SpeciesWindow.xaml.cs index 3d2cb53bf3f..a1134112e1f 100644 --- a/Content.Client/ADT/Lobby/UI/SpeciesWindow.xaml.cs +++ b/Content.Client/ADT/Lobby/UI/SpeciesWindow.xaml.cs @@ -39,6 +39,8 @@ public SpeciesWindow(HumanoidCharacterProfile profile, RobustXamlLoader.Load(this); IoCManager.InjectDependencies(this); + Title = Loc.GetString("species-window-title"); + Profile = profile; _entityManager = entMan; _proto = proto; diff --git a/Resources/Locale/ru-RU/ADT/user-interface/species.ftl b/Resources/Locale/ru-RU/ADT/user-interface/species.ftl index c776abad39b..4b1a05131dd 100644 --- a/Resources/Locale/ru-RU/ADT/user-interface/species.ftl +++ b/Resources/Locale/ru-RU/ADT/user-interface/species.ftl @@ -1,3 +1,4 @@ +species-window-title = Расы ui-species-select-button = Выбрать ui-species-pros-cons = Плюсы и минусы ui-species-no-pros-cons = Отсутствуют