From 6fb8dd512bff475feb904d1f81254a3eba35b4e3 Mon Sep 17 00:00:00 2001 From: Benau <Benau@users.noreply.github.com> Date: Tue, 12 Feb 2019 11:52:25 +0800 Subject: [PATCH] Add translation comments for trusted word --- src/network/server.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/network/server.cpp b/src/network/server.cpp index 0cba7f04d..5092b5558 100644 --- a/src/network/server.cpp +++ b/src/network/server.cpp @@ -114,6 +114,11 @@ Server::Server(const XMLNode& server_info) : m_supports_encrytion(true) // not operated by us). #3691 will introduce the various states // required to properly distinguish between trusted, ranked, // and official servers. + + // I18N: Trusted means this server is trusted by team to not + // doing any modification on server side, so players playing + // in this server will not meet cheaters, and trusted server + // will optionally host a ranked matching game m_server_owner_name = _("Trusted"); m_server_owner_lower_case_name = "trusted"; return;