summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
Diffstat (limited to 'src/net')
-rw-r--r--src/net/manaserv/partyhandler.cpp2
-rw-r--r--src/net/tmwa/partyhandler.cpp2
2 files changed, 2 insertions, 2 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())
diff --git a/src/net/tmwa/partyhandler.cpp b/src/net/tmwa/partyhandler.cpp
index 65c15340..314136e6 100644
--- a/src/net/tmwa/partyhandler.cpp
+++ b/src/net/tmwa/partyhandler.cpp
@@ -338,7 +338,7 @@ void PartyHandler::invite(const std::string &name)
}
else
{
- SERVER_NOTICE(_("You can only inivte when you are in a party!"))
+ SERVER_NOTICE(_("You can only invite when you are in a party!"))
}
}