Skip to content

Commit 7b9c7dc

Browse files
committed
Correct lock game notification message
1 parent 8622d4b commit 7b9c7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DXMainClient/DXGUI/Multiplayer/GameLobby/MultiplayerGameLobby.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ protected override void BtnLaunchGame_LeftClick(object sender, EventArgs e)
902902
}
903903

904904
protected virtual void LockGameNotification() =>
905-
AddNotice("You need to lock the game room before launching the game.".L10N("Client:Main:LockGameNotification"));
905+
AddNotice("The host needs to lock the game room before launching the game.".L10N("Client:Main:LockGameNotificationV2"));
906906

907907
protected virtual void SharedColorsNotification() =>
908908
AddNotice("Multiple human players cannot share the same color.".L10N("Client:Main:SharedColorsNotification"));

0 commit comments

Comments
 (0)