From 74397044b572c323f9c6bbc6338c17ce743ee3af Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 3 Feb 2016 16:54:07 +0300 Subject: Add missing translators comments. --- src/gui/windows/chatwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/windows/chatwindow.cpp b/src/gui/windows/chatwindow.cpp index 84f24fa6c..8f74a6877 100644 --- a/src/gui/windows/chatwindow.cpp +++ b/src/gui/windows/chatwindow.cpp @@ -1546,6 +1546,7 @@ bool ChatWindow::resortChatLog(std::string line, tradeChatTab && findI(line, mTradeFilter) != std::string::npos) { + // TRANSLATORS: prefix for moved message to trade tab. tradeChatTab->chatLog(std::string("##S") + _("Moved: ") + line, own, ignoreRecord, @@ -1553,6 +1554,7 @@ bool ChatWindow::resortChatLog(std::string line, if (own == ChatMsgType::BY_PLAYER) { own = ChatMsgType::BY_SERVER; + // TRANSLATORS: moved message to trade tab warning. line = _("Your message was moved to trade tab"); } else -- cgit v1.2.3-60-g2f50