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 {