Browse Source

Fix description text for "join game" option

pull/744/head
ahwayakchih 6 years ago committed by Anders Jenbo
parent
commit
63da55f225
  1. 2
      SourceX/DiabloUI/selgame.cpp

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

Loading…
Cancel
Save