summaryrefslogtreecommitdiffstats
path: root/libkpimexchange/core/exchangedownload.cpp
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2022-07-18 14:58:59 +0300
committerMavridis Philippe <mavridisf@gmail.com>2022-07-18 14:58:59 +0300
commitb4a0d3cc1eacfb1e59e0fcd7831a7561ef04a646 (patch)
tree8f92236b9669f0c8cfc661dddf49b752d9bdf6f8 /libkpimexchange/core/exchangedownload.cpp
parent3b2bf711dacdeecaf8b244caa873216c7d245091 (diff)
downloadtdepim-b4a0d3cc1eacfb1e59e0fcd7831a7561ef04a646.tar.gz
tdepim-b4a0d3cc1eacfb1e59e0fcd7831a7561ef04a646.zip
Gender-neutral language
Related to TDE/tde#93. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'libkpimexchange/core/exchangedownload.cpp')
-rw-r--r--libkpimexchange/core/exchangedownload.cpp2
1 files changed, 1 insertions, 1 deletions
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;