From 3ee309a495f4d8dfca43e5ebdf18672cd5019971 Mon Sep 17 00:00:00 2001 From: Jabak <163307958+Jabaks@users.noreply.github.com> Date: Thu, 26 Sep 2024 23:31:13 +0300 Subject: [PATCH] valeria dai deneg (#712) --- Content.Client/Lobby/LobbyState.cs | 6 +++--- Content.Client/Lobby/UI/LobbyGui.xaml | 22 +++++++++++----------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Content.Client/Lobby/LobbyState.cs b/Content.Client/Lobby/LobbyState.cs index 0432592748..09823393dd 100644 --- a/Content.Client/Lobby/LobbyState.cs +++ b/Content.Client/Lobby/LobbyState.cs @@ -295,17 +295,17 @@ namespace Content.Client.Lobby private void MakeButtonReady(OhioLobbyTextButton button) { - button.ButtonText = "Ready"; + button.ButtonText = "Готов"; } private void MakeButtonUnReady(OhioLobbyTextButton button) { - button.ButtonText = "Not Ready"; + button.ButtonText = "Не готов"; } private void MakeButtonJoinGame(OhioLobbyTextButton button) { - button.ButtonText = "Join Game"; + button.ButtonText = "Присоединиться к игре"; } private async void PopulateChangelog() diff --git a/Content.Client/Lobby/UI/LobbyGui.xaml b/Content.Client/Lobby/UI/LobbyGui.xaml index ce3cc56177..b851bef4c4 100644 --- a/Content.Client/Lobby/UI/LobbyGui.xaml +++ b/Content.Client/Lobby/UI/LobbyGui.xaml @@ -75,44 +75,44 @@ Access="Public" ToggleMode="True" ButtonText="Ready" - Margin="0 0 0 10" /> + Margin="0 0 0 7" /> + ButtonText="Наблюдать" + Margin="0 7 0 7" /> + ButtonText="Настройка персонажа" + Margin="0 7 0 7" /> + ButtonText="Опции" + Margin="0 7 0 7" /> + Margin="0 7 0 8" /> + Margin="0 7 0 7" /> + ButtonText="Выйти" + Margin="0 7 0 0" />