summaryrefslogtreecommitdiff
path: root/src/net/ea/chathandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/chathandler.cpp')
-rw-r--r--src/net/ea/chathandler.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/ea/chathandler.cpp b/src/net/ea/chathandler.cpp
index a84ab21e0..0fdd7ecf3 100644
--- a/src/net/ea/chathandler.cpp
+++ b/src/net/ea/chathandler.cpp
@@ -79,6 +79,7 @@ void ChatHandler::processWhisperResponse(Net::MessageIn &msg)
if (chatWindow)
{
chatWindow->addWhisper(nick,
+ // TRANSLATORS: chat message
strprintf(_("Whisper could not be "
"sent, %s is offline."), nick.c_str()), BY_SERVER);
}
@@ -87,6 +88,7 @@ void ChatHandler::processWhisperResponse(Net::MessageIn &msg)
if (chatWindow)
{
chatWindow->addWhisper(nick,
+ // TRANSLATORS: chat message
strprintf(_("Whisper could not "
"be sent, ignored by %s."), nick.c_str()),
BY_SERVER);