diff options
Diffstat (limited to 'src/commandhandler.cpp')
-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 addb7367..9100c9e3 100644 --- a/src/commandhandler.cpp +++ b/src/commandhandler.cpp @@ -243,7 +243,7 @@ void CommandHandler::handleHelp(const std::string &args, ChatTab *tab) { tab->chatLog(_("Command: /query <nick>")); tab->chatLog(_("Command: /q <nick>")); - tab->chatLog(_("This command tries to make a tab for whispers between" + tab->chatLog(_("This command tries to make a tab for whispers between " "you and <nick>.")); } else if (args == "away") |