summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-03-13 01:00:37 +0200
committerAndrei Karas <akaras@inbox.ru>2011-03-13 01:00:37 +0200
commitcd0d034b9bb119f3ccfb65612d37a60e9efcb1c4 (patch)
tree0d70f61e62e281cc420ded725cfd5a723d52e864
parent77737cbe714b7e7605be48f729929bd6c22378ae (diff)
downloadplus-cd0d034b9bb119f3ccfb65612d37a60e9efcb1c4.tar.gz
plus-cd0d034b9bb119f3ccfb65612d37a60e9efcb1c4.tar.bz2
plus-cd0d034b9bb119f3ccfb65612d37a60e9efcb1c4.tar.xz
plus-cd0d034b9bb119f3ccfb65612d37a60e9efcb1c4.zip
Fix typo in chat help.
-rw-r--r--src/commandhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commandhandler.cpp b/src/commandhandler.cpp
index 9f007acf1..b1ace058d 100644
--- a/src/commandhandler.cpp
+++ b/src/commandhandler.cpp
@@ -322,7 +322,7 @@ void CommandHandler::handleHelp(const std::string &args, ChatTab *tab)
tab->chatLog(_("/ignoreall > Ignore all opened whisper tabs"));
tab->chatLog(_("/erase > Erase a player"));
tab->chatLog(_("/befriend > Be friend a player"));
- tab->chatLog(_("/desregard > Disregard a player"));
+ tab->chatLog(_("/disregard > Disregard a player"));
tab->chatLog(_("/neutral > Neutral a player"));
tab->chatLog(_("/list > Display all public channels"));