From kde-commits Sun Mar 13 22:40:05 2005 From: Duncan Mac-Vicar Prett Date: Sun, 13 Mar 2005 22:40:05 +0000 To: kde-commits Subject: kdenetwork/kopete/protocols/msn Message-Id: <20050313224005.C63A61487F () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111075361118785 CVS commit by dmacvicar: My grandma doesn't know what a socket is. M +1 -1 msnswitchboardsocket.cpp 1.116 --- kdenetwork/kopete/protocols/msn/msnswitchboardsocket.cpp #1.115:1.116 @@ -600,5 +600,5 @@ void MSNSwitchBoardSocket::slotSocketClo for( QStringList::Iterator it = m_chatMembers.begin(); it != m_chatMembers.end(); ++it ) { - emit userLeft( (*it), i18n("socket closed")); + emit userLeft( (*it), i18n("connection closed")); }