diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2022-07-18 14:58:59 +0300 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2022-07-18 14:58:59 +0300 |
commit | b4a0d3cc1eacfb1e59e0fcd7831a7561ef04a646 (patch) | |
tree | 8f92236b9669f0c8cfc661dddf49b752d9bdf6f8 /libkpimexchange/core/exchangedownload.cpp | |
parent | 3b2bf711dacdeecaf8b244caa873216c7d245091 (diff) | |
download | tdepim-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.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkpimexchange/core/exchangedownload.cpp b/libkpimexchange/core/exchangedownload.cpp index 58bf236e3..de7da39ba 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; |