[Client] Use less confusing terminology when displaying plugin mismatch

This commit is contained in:
David Cernat 2018-10-13 14:40:49 +03:00
parent bb834748c5
commit 66d666d60c

View file

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