From 3259fddff98afe3bff7fd7191fb1e180519d751c Mon Sep 17 00:00:00 2001 From: FaDeOkno Date: Wed, 8 Jan 2025 19:11:09 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B0=D0=B7=D0=B2=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BE=D0=BA=D0=BE=D1=88=D0=BA=D1=83.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Client/ADT/Lobby/UI/SpeciesWindow.xaml.cs | 2 ++ Resources/Locale/ru-RU/ADT/user-interface/species.ftl | 1 + 2 files changed, 3 insertions(+) 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 = Отсутствуют