diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-03 16:54:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-03 16:54:07 +0300 |
commit | 74397044b572c323f9c6bbc6338c17ce743ee3af (patch) | |
tree | 30f2900fdbe8a0ff349e94e5b0087bd38248c780 | |
parent | e1bee60abee0006864c2b0a800c65ad70279c1ef (diff) | |
download | plus-74397044b572c323f9c6bbc6338c17ce743ee3af.tar.gz plus-74397044b572c323f9c6bbc6338c17ce743ee3af.tar.bz2 plus-74397044b572c323f9c6bbc6338c17ce743ee3af.tar.xz plus-74397044b572c323f9c6bbc6338c17ce743ee3af.zip |
Add missing translators comments.
-rw-r--r-- | src/gui/windows/chatwindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 |