[Client] Use less confusing terminology when displaying plugin mismatch

pull/479/head
David Cernat 6 years ago
parent bb834748c5
commit 66d666d60c

@ -45,7 +45,7 @@ using namespace mwmp;
string listDiscrepancies(PacketPreInit::PluginContainer checksums, PacketPreInit::PluginContainer checksumsResponse)
{
std::ostringstream sstr;
sstr << "Your plugins or their load order don't match the server's. A full comparison is included in your client console and latest log file. In short, the following discrepancies have been found:\n\n";
sstr << "Your plugins or their load order don't match the server's. A full comparison is included in your debug window and latest log file. In short, the following discrepancies have been found:\n\n";
int discrepancyCount = 0;

Loading…
Cancel
Save