From 66d666d60c04d4f0d925e8f847ccad77c2970399 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Sat, 13 Oct 2018 14:40:49 +0300 Subject: [PATCH] [Client] Use less confusing terminology when displaying plugin mismatch --- apps/openmw/mwmp/Networking.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw/mwmp/Networking.cpp b/apps/openmw/mwmp/Networking.cpp index 646737482..3c22c4771 100644 --- a/apps/openmw/mwmp/Networking.cpp +++ b/apps/openmw/mwmp/Networking.cpp @@ -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;