Skip to content

Commit 6b5f1f3

Browse files
committed
Correct the typo of an L10N key
1 parent 9bc5ede commit 6b5f1f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DXMainClient/DXGUI/Multiplayer/GameLobby/CnCNetGameLobby.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@ protected override void HandleLockGameButtonClick()
15951595
{
15961596
if (Players.Count < playerLimit)
15971597
{
1598-
AddNotice("You've unlocked the game room.".L10N("Client:Main:RoomUnockedByYou"));
1598+
AddNotice("You've unlocked the game room.".L10N("Client:Main:RoomUnlockedByYou"));
15991599
UnlockGame(false);
16001600
}
16011601
else

DXMainClient/DXGUI/Multiplayer/GameLobby/LANGameLobby.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ protected override void UnlockGame(bool manual)
652652
btnLockGame.Text = "Lock Game".L10N("Client:Main:LockGame");
653653

654654
if (manual)
655-
AddNotice("You've unlocked the game room.".L10N("Client:Main:RoomUnockedByYou"));
655+
AddNotice("You've unlocked the game room.".L10N("Client:Main:RoomUnlockedByYou"));
656656
}
657657

658658
protected override void LockGame()

DXMainClient/Resources/DTA/Translations/ru/Translation.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ Client:Main:ReturnToMainMenu=Назад в главное меню;Return to Mai
562562
Client:Main:RoomCantUnlockAsLimit=Невозможно открыть лобби\semicolon достигнут предел количества игроков ({0}).;Cannot unlock game\semicolon the player limit ({0}) has been reached.
563563
Client:Main:RoomLockedByHost=Хост закрыл лобби.;The game host has locked the game room.
564564
Client:Main:RoomLockedByYou=Вы открыли лобби.;You've locked the game room.
565-
Client:Main:RoomUnockedByYou=Вы закрыли лобби.;You've unlocked the game room.
565+
Client:Main:RoomUnlockedByYou=Вы закрыли лобби.;You've unlocked the game room.
566566
Client:Main:SavedGame=СОХРАНЕНИЯ:;SAVED GAME:
567567
Client:Main:SavedGameDateTimeColumnHeader=ДАТА / ВРЕМЯ;DATE / TIME
568568
Client:Main:SavedGameDetected=Замечены сетевые сохранения с предыдущего матча. Сохранения удалятся, если будут созданы сохранения нового матча.;Multiplayer saved games from a previous match have been detected. The saved games of the previous match will be deleted if you create new saves during this match.

0 commit comments

Comments
 (0)