From b4a0d3cc1eacfb1e59e0fcd7831a7561ef04a646 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Mon, 18 Jul 2022 14:58:59 +0300 Subject: Gender-neutral language Related to TDE/tde#93. Signed-off-by: Mavridis Philippe --- libkpimexchange/core/exchangedownload.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libkpimexchange/core') diff --git a/libkpimexchange/core/exchangedownload.cpp b/libkpimexchange/core/exchangedownload.cpp index 58bf236e..de7da39b 100644 --- a/libkpimexchange/core/exchangedownload.cpp +++ b/libkpimexchange/core/exchangedownload.cpp @@ -582,7 +582,7 @@ void ExchangeDownload::slotPropFindResult( TDEIO::Job *job ) if ( mCalendar ) { KCal::Event *oldEvent = mCalendar->event( event->uid() ); if ( oldEvent ) { - kdWarning() << "Already got his event, replace it..." << endl; + kdWarning() << "Already got the event, replace it..." << endl; mCalendar->deleteEvent( oldEvent ); } kdDebug() << "ADD EVENT" << endl; -- cgit v1.2.3