summaryrefslogtreecommitdiffstats
path: root/libkpimexchange
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2022-07-18 14:58:59 +0300
committerMavridis Philippe <mavridisf@gmail.com>2022-07-19 09:53:29 +0300
commitaac369dbfd187847d89c7db9e5e08f12e25ea491 (patch)
tree8c84c78ff71d58f0b733902fc83795f37b9e4bda /libkpimexchange
parentf62b74b3936536e656d18b1d203cce813ffec213 (diff)
downloadtdepim-aac369dbfd187847d89c7db9e5e08f12e25ea491.tar.gz
tdepim-aac369dbfd187847d89c7db9e5e08f12e25ea491.zip
Gender-neutral language
Related to TDE/tde#93. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit b4a0d3cc1eacfb1e59e0fcd7831a7561ef04a646)
Diffstat (limited to 'libkpimexchange')
-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;