summaryrefslogtreecommitdiff
path: root/src/gui/windows/chatwindow.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-03 16:54:07 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-03 16:54:07 +0300
commit74397044b572c323f9c6bbc6338c17ce743ee3af (patch)
tree30f2900fdbe8a0ff349e94e5b0087bd38248c780 /src/gui/windows/chatwindow.cpp
parente1bee60abee0006864c2b0a800c65ad70279c1ef (diff)
downloadplus-74397044b572c323f9c6bbc6338c17ce743ee3af.tar.gz
plus-74397044b572c323f9c6bbc6338c17ce743ee3af.tar.bz2
plus-74397044b572c323f9c6bbc6338c17ce743ee3af.tar.xz
plus-74397044b572c323f9c6bbc6338c17ce743ee3af.zip
Add missing translators comments.
Diffstat (limited to 'src/gui/windows/chatwindow.cpp')
-rw-r--r--src/gui/windows/chatwindow.cpp2
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