diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/net/ea/playerhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/playerhandler.cpp b/src/net/ea/playerhandler.cpp index 95ecc47e..ca308bb2 100644 --- a/src/net/ea/playerhandler.cpp +++ b/src/net/ea/playerhandler.cpp @@ -353,7 +353,7 @@ void PlayerHandler::handleMessage(MessageIn &msg) if (ok != 1) { - localChatTab->chatLog(_("Cannot raise skill!."), + localChatTab->chatLog(_("Cannot raise skill!"), BY_SERVER); } |