From kde-commits Wed Mar 18 16:03:49 2009 From: Eike Hein Date: Wed, 18 Mar 2009 16:03:49 +0000 To: kde-commits Subject: branches/work/konvi-kde4/src/irc (silent) Message-Id: <1237392229.508285.12498.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=123739223802822 SVN commit 940995 by hein: Improve string. SVN_SILENT M +1 -1 outputfilter.cpp --- branches/work/konvi-kde4/src/irc/outputfilter.cpp #940994:940995 @@ -447,7 +447,7 @@ else if(m_server->getQueryByName(destination)) m_server->closeQuery(destination); else - result = error(i18n("%1PART without parameters only works from within a channel or a query.", commandChar)); + result = error(i18n("%1PART and %1LEAVE without parameters only work from within a channel or a query.", commandChar)); } else {