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);