Skip to content

Commit

Permalink
название окошку.
Browse files Browse the repository at this point in the history
  • Loading branch information
FaDeOkno committed Jan 8, 2025
1 parent a2d0a34 commit 3259fdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Content.Client/ADT/Lobby/UI/SpeciesWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions Resources/Locale/ru-RU/ADT/user-interface/species.ftl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
species-window-title = Расы
ui-species-select-button = Выбрать
ui-species-pros-cons = Плюсы и минусы
ui-species-no-pros-cons = Отсутствуют

0 comments on commit 3259fdd

Please sign in to comment.