From 462f21a22c011d67edfc9f229140a1732939ca47 Mon Sep 17 00:00:00 2001 From: jurkan Date: Fri, 10 Feb 2012 15:05:17 +0100 Subject: Corrected two spelling mistakes Reviewed-by: Erik Schilling --- src/net/manaserv/partyhandler.cpp | 2 +- src/net/tmwa/partyhandler.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net') 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!")) } } -- cgit v1.2.3-70-g09d2