summaryrefslogtreecommitdiff
path: root/src/commandhandler.cpp
diff options
context:
space:
mode:
authorPhilipp Sehmisch <crush@themanaworld.org>2009-08-16 17:47:51 +0200
committerPhilipp Sehmisch <crush@themanaworld.org>2009-08-16 17:47:51 +0200
commite0ba8f7f67ddd08c54f0d453a316b3620d52529d (patch)
tree7324fa33f2c6af04067b77e0ce7f73d9effed1c6 /src/commandhandler.cpp
parent346d68307553c18777df4c49f9b3fe57955c5c0d (diff)
parent6460413ee2f50be561fd0824e3eaa9c2c09415b1 (diff)
downloadmana-client-e0ba8f7f67ddd08c54f0d453a316b3620d52529d.tar.gz
mana-client-e0ba8f7f67ddd08c54f0d453a316b3620d52529d.tar.bz2
mana-client-e0ba8f7f67ddd08c54f0d453a316b3620d52529d.tar.xz
mana-client-e0ba8f7f67ddd08c54f0d453a316b3620d52529d.zip
Merged changes from last month with a commit I forgot to commit before I went on vacation.
Diffstat (limited to 'src/commandhandler.cpp')
-rw-r--r--src/commandhandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commandhandler.cpp b/src/commandhandler.cpp
index d2a303e8..e64da120 100644
--- a/src/commandhandler.cpp
+++ b/src/commandhandler.cpp
@@ -207,7 +207,7 @@ void CommandHandler::handleHelp(const std::string &args, ChatTab *tab)
else if (args == "ignore")
{
tab->chatLog(_("Command: /ignore <player>"));
- tab->chatLog(_("This command ignores the given player reguardless of "
+ tab->chatLog(_("This command ignores the given player regardless of "
"current relations."));
}
else if (args == "join")
@@ -397,7 +397,7 @@ void CommandHandler::handleParty(const std::string &args, ChatTab *tab)
if (args != "")
Net::getPartyHandler()->invite(args);
else
- tab->chatLog("Please specify a name.", BY_SERVER);
+ tab->chatLog(_("Please specify a name."), BY_SERVER);
}
void CommandHandler::handleMe(const std::string &args, ChatTab *tab)