Skip to content

Commit

Permalink
Fix success text typos
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman committed Oct 10, 2020
1 parent f511b83 commit 5d75b11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mist/mist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1468,9 +1468,9 @@ int main(int argc, char* argv[])
if (TestAllPorts((PSOCKADDR_STORAGE)current->ai_addr, portMsgBuf, sizeof(portMsgBuf), true, true, &allPortsFailedOnV4)) {
freeaddrinfo(result);
snprintf(msgBuf, sizeof(msgBuf), "This PC is ready to host over the Internet!\n\n"
"Do not uninstall Moonlight Internet Hosting Tool, unless you no longer want to stream over the Internet. It needs to remain installed on your PC to maintain the port forwarding entries on your router.\n\n"
"Do not uninstall the Moonlight Internet Hosting Tool, unless you no longer want to stream over the Internet. It needs to remain installed on your PC to maintain the port forwarding entries on your router.\n\n"
"For the easiest setup, you can simply pair Moonlight to your gaming PC while they are both on the same network and Internet streaming will work automatically.\n\n"
"If your client is not connected the same network as your gaming PC, you can type the following address into Moonlight's Add PC dialog: %s\n\n",
"If your client is not connected to the same network as your gaming PC, you can type the following address into Moonlight's Add PC dialog: %s",
wanAddrStr);
DisplayMessage(msgBuf, nullptr, MpInfo);
return 0;
Expand Down

0 comments on commit 5d75b11

Please sign in to comment.