summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjurkan <Jurkan@gmx.de>2012-02-10 15:05:17 +0100
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2012-02-10 16:27:50 +0100
commit462f21a22c011d67edfc9f229140a1732939ca47 (patch)
treec0c6f2fdcf890277e494a70bcbe395acbb9f452c
parent32996cee607c52ecef9be4638df554dd89b39c24 (diff)
downloadmana-client-462f21a22c011d67edfc9f229140a1732939ca47.tar.gz
mana-client-462f21a22c011d67edfc9f229140a1732939ca47.tar.bz2
mana-client-462f21a22c011d67edfc9f229140a1732939ca47.tar.xz
mana-client-462f21a22c011d67edfc9f229140a1732939ca47.zip
Corrected two spelling mistakes
Reviewed-by: Erik Schilling
-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!"))
}
}