summaryrefslogtreecommitdiff
path: root/src/net/manaserv/partyhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/manaserv/partyhandler.cpp')
-rw-r--r--src/net/manaserv/partyhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/manaserv/partyhandler.cpp b/src/net/manaserv/partyhandler.cpp
index 817a879c..2bb688e0 100644
--- a/src/net/manaserv/partyhandler.cpp
+++ b/src/net/manaserv/partyhandler.cpp
@@ -125,7 +125,7 @@ void PartyHandler::handleMessage(Net::MessageIn &msg)
if (!inviter.empty())
s = strprintf(_(" on invitation from %s"), inviter.c_str());
- SERVER_NOTICE(strprintf(_("%s joined the party%s."),
+ SERVER_NOTICE(strprintf(_("%s joined the party %s."),
name.c_str(), s.c_str()));
if (name == local_player->getName())