From cb1b0bed954d1b1370cf65bdf348cc4434feab53 Mon Sep 17 00:00:00 2001 From: Kess Vargavind Date: Wed, 22 Apr 2009 07:42:01 +0200 Subject: Some string fixes --- src/commandhandler.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/commandhandler.cpp') diff --git a/src/commandhandler.cpp b/src/commandhandler.cpp index ea0094c3..48da510f 100644 --- a/src/commandhandler.cpp +++ b/src/commandhandler.cpp @@ -140,7 +140,7 @@ void CommandHandler::handleHelp(const std::string &args, ChatTab *tab) if (args == "") { tab->chatLog(_("-- Help --")); - tab->chatLog(_("/help > Display this help.")); + tab->chatLog(_("/help > Display this help")); tab->chatLog(_("/where > Display map name")); tab->chatLog(_("/who > Display number of online users")); @@ -333,14 +333,14 @@ void CommandHandler::handleMsg(const std::string &args, ChatTab *tab) chatWindow->whisper(recvnick, msg, true); } else - tab->chatLog(_("Cannont send empty whispers!"), BY_SERVER); + tab->chatLog(_("Cannot send empty whispers!"), BY_SERVER); } void CommandHandler::handleQuery(const std::string &args, ChatTab *tab) { if (chatWindow->addWhisperTab(args, true)) return; - tab->chatLog(strprintf(_("Cannont create a whisper tab for nick '%s'!" + tab->chatLog(strprintf(_("Cannot create a whisper tab for nick '%s'! " "It either already exists, or is you."), args.c_str()), BY_SERVER); } -- cgit v1.2.3-60-g2f50