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

List:       kde-commits
Subject:    KDE/kdepim/kresources/groupwise/soap
From:       Laurent Montel <montel () kde ! org>
Date:       2010-01-19 8:14:35
Message-ID: 1263888875.037352.26236.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1076963 by mlaurent:

Add missing i18n


 M  +3 -3      groupwiseserver.cpp  


--- trunk/KDE/kdepim/kresources/groupwise/soap/groupwiseserver.cpp #1076962:1076963
@@ -1649,13 +1649,13 @@
   QString errorMsg = QString::fromLatin1( "Unhandled error type: %1" ).arg( error );
   kError() << "slotSocketError: connect failed " << error;
   if ( error == KTcpSocket::ConnectionRefusedError ) {
-    errorMsg = QString::fromLatin1( "Connection refused.  Check host and port number" );
+    errorMsg = i18n( "Connection refused.  Check host and port number" );
   }
   if ( error == KTcpSocket::SocketTimeoutError ) {
-    errorMsg = QString::fromLatin1( "Connection timed out.  Check port number" );
+    errorMsg = i18n( "Connection timed out.  Check port number" );
   }
   if ( error == KTcpSocket::HostNotFoundError ) {
-    errorMsg = QString::fromLatin1( "Host not found. Check your configuration" );
+    errorMsg = i18n( "Host not found. Check your configuration" );
   }
   mErrors.append( i18n("Connect failed: %1.", errorMsg ) );
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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