From kde-commits Fri Jul 04 14:22:58 2008 From: Pino Toscano Date: Fri, 04 Jul 2008 14:22:58 +0000 To: kde-commits Subject: KDE/kdenetwork/kopete/plugins/otr Message-Id: <1215181378.779707.17912.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=121518138801538 SVN commit 828065 by pino: typo fix M +1 -1 otrlchatinterface.cpp --- trunk/KDE/kdenetwork/kopete/plugins/otr/otrlchatinterface.cpp #828064:828065 @@ -726,7 +726,7 @@ emitGoneSecure( session, 1 ); Kopete::Message msg( session->members().first(), session->account()->myself() ); - msg.setHtmlBody( i18n("Authentication aborded. The conversation is now insecure!") ); + msg.setHtmlBody( i18n("Authentication aborted. The conversation is now insecure!") ); msg.setDirection( Kopete::Message::Internal ); session->appendMessage( msg ); }