summaryrefslogtreecommitdiff
path: root/src/net/ea/chatrecv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-15 20:21:16 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-15 20:21:16 +0300
commit516d635b6cbce6e38cc3e4f227f6ab0b073925b9 (patch)
tree61f4e9eab9bae255375e94c29d4663b5d8f217c5 /src/net/ea/chatrecv.cpp
parent0e7b238a3794a9d2bb8dbf66adfe65bf6f1f4046 (diff)
downloadManaVerse-516d635b6cbce6e38cc3e4f227f6ab0b073925b9.tar.gz
ManaVerse-516d635b6cbce6e38cc3e4f227f6ab0b073925b9.tar.bz2
ManaVerse-516d635b6cbce6e38cc3e4f227f6ab0b073925b9.tar.xz
ManaVerse-516d635b6cbce6e38cc3e4f227f6ab0b073925b9.zip
Fix code style.
Diffstat (limited to 'src/net/ea/chatrecv.cpp')
-rw-r--r--src/net/ea/chatrecv.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/ea/chatrecv.cpp b/src/net/ea/chatrecv.cpp
index ff9f3c619..9a49e6f94 100644
--- a/src/net/ea/chatrecv.cpp
+++ b/src/net/ea/chatrecv.cpp
@@ -111,8 +111,8 @@ void ChatRecv::processWhisperResponseContinue(Net::MessageIn &msg,
{
chatWindow->addWhisper(nick,
// TRANSLATORS: chat message
- strprintf(_("Whisper could not "
- "be sent, you ignored by all players.")),
+ _("Whisper could not "
+ "be sent, you ignored by all players."),
ChatMsgType::BY_SERVER);
}
break;