diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-03-13 01:00:37 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-03-13 01:00:37 +0200 |
commit | cd0d034b9bb119f3ccfb65612d37a60e9efcb1c4 (patch) | |
tree | 0d70f61e62e281cc420ded725cfd5a723d52e864 /src | |
parent | 77737cbe714b7e7605be48f729929bd6c22378ae (diff) | |
download | plus-cd0d034b9bb119f3ccfb65612d37a60e9efcb1c4.tar.gz plus-cd0d034b9bb119f3ccfb65612d37a60e9efcb1c4.tar.bz2 plus-cd0d034b9bb119f3ccfb65612d37a60e9efcb1c4.tar.xz plus-cd0d034b9bb119f3ccfb65612d37a60e9efcb1c4.zip |
Fix typo in chat help.
Diffstat (limited to 'src')
-rw-r--r-- | src/commandhandler.cpp | 2 |
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")); |