[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdepim/libkpimexchange/core
From:       Andrew Coles <andrew_coles () yahoo ! co ! uk>
Date:       2004-03-10 12:26:51
Message-ID: 20040310122651.0E853999A () office ! kde ! org
[Download RAW message or body]

CVS commit by coles: 



Corrected typo (authentification).


  M +4 -4      exchangeclient.cpp   1.16


--- kdepim/libkpimexchange/core/exchangeclient.cpp  #1.15:1.16
@@ -125,5 +125,5 @@ void ExchangeClient::download( KCal::Cal
 
   if ( !mAccount->authenticate( mWindow ) ) {
-    emit downloadFinished( 0, i18n("Authentification error") ); 
+    emit downloadFinished( 0, i18n("Authentication error") ); 
     return;
   }
@@ -143,5 +143,5 @@ void ExchangeClient::download( const QDa
 
   if ( !mAccount->authenticate( mWindow ) ) {
-    emit downloadFinished( 0, i18n("Authentification error") ); 
+    emit downloadFinished( 0, i18n("Authentication error") ); 
     return;
   }
@@ -162,5 +162,5 @@ void ExchangeClient::upload( KCal::Event
 
   if ( !mAccount->authenticate( mWindow ) ) {
-    emit uploadFinished( 0, i18n("Authentification error") ); 
+    emit uploadFinished( 0, i18n("Authentication error") ); 
     return;
   }
@@ -175,5 +175,5 @@ void ExchangeClient::remove( KCal::Event
 {
   if ( !mAccount->authenticate( mWindow ) ) {
-    emit removeFinished( 0, i18n("Authentification error") ); 
+    emit removeFinished( 0, i18n("Authentication error") ); 
     return;
   }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic