Ticket #3570: 3570.diff

File 3570.diff, 791 bytes (added by Mikita Hradovich, 8 years ago)

Updated message for NDR_UNKNOWN

  • binaries/data/mods/public/gui/common/network.js

     
    33    // Must be kept in sync with source/network/NetHost.h
    44    switch (id)
    55    {
    6     case 0: return translate("Unknown reason");
     6    case 0: return translate("Problem connecting to the remote host. Check if you have any firewall or anti-virus blocking the connection. The problem can also be caused by incorrect port forwarding configuration");
    77    case 1: return translate("Unexpected shutdown");
    88    case 2: return translate("Incorrect network protocol version");
    99    case 3: return translate("Game is loading, please try later");