From 63da55f225e09ebba0b0cff04088625baa4a2c24 Mon Sep 17 00:00:00 2001 From: ahwayakchih Date: Thu, 21 May 2020 22:48:03 +0200 Subject: [PATCH] Fix description text for "join game" option --- SourceX/DiabloUI/selgame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SourceX/DiabloUI/selgame.cpp b/SourceX/DiabloUI/selgame.cpp index 50e82398f..1f14fa5a8 100644 --- a/SourceX/DiabloUI/selgame.cpp +++ b/SourceX/DiabloUI/selgame.cpp @@ -122,7 +122,7 @@ void selgame_GameSelection_Focus(int value) strcpy(selgame_Description, "Create a new game with a difficulty setting of your choice."); break; case 1: - strcpy(selgame_Description, "Enter an IP and join a game already in progress at that address."); + strcpy(selgame_Description, "Enter an IP or a hostname and join a game already in progress at that address."); break; } WordWrapArtStr(selgame_Description, SELGAME_DESCRIPTION.rect.w);