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

List:       kde-commits
Subject:    KDE/kdepim/kleopatra/uiserver
From:       Frank Osterfeld <frank.osterfeld () kdemail ! net>
Date:       2008-04-22 7:09:23
Message-ID: 1208848163.810518.29086.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 799736 by osterfeld:

fix error strings

 M  +10 -10    signencryptfilescommand.cpp  


--- trunk/KDE/kdepim/kleopatra/uiserver/signencryptfilescommand.cpp #799735:799736
@@ -85,29 +85,29 @@
 
     if ( !q->senders().empty() )
         throw Exception( makeError( GPG_ERR_CONFLICT ),
-                         i18n( "%1 is an email mode command, "
-                               "connection seems to be in email mode (%1 present)",
+                         i18n( "%1 is a filemanager mode command, "
+                               "connection seems to be in email mode (%2 present)",
                                QString::fromLatin1( q->name() ), QLatin1String("SENDER") ) );
     if ( !q->recipients().empty() )
         throw Exception( makeError( GPG_ERR_CONFLICT ),
-                         i18n( "%1 is an email mode command, "
-                               "connection seems to be in email mode (%1 present)",
+                         i18n( "%1 is a filemanager mode command, "
+                               "connection seems to be in email mode (%2 present)",
                                QString::fromLatin1( q->name() ), QLatin1String("RECIPIENT") ) );
 
     if ( !q->inputs().empty() )
         throw Exception( makeError( GPG_ERR_CONFLICT ),
-                         i18n( "%1 is an email mode command, "
-                               "connection seems to be in email mode (%1 present)",
+                         i18n( "%1 is a filemanager mode command, "
+                               "connection seems to be in email mode (%2 present)",
                                QString::fromLatin1( q->name() ), QLatin1String("INPUT") ) );
     if ( !q->outputs().empty() )
         throw Exception( makeError( GPG_ERR_CONFLICT ),
-                         i18n( "%1 is an email mode command, "
-                               "connection seems to be in email mode (%1 present)",
+                         i18n( "%1 is a filemanager mode command, "
+                               "connection seems to be in email mode (%2 present)",
                                QString::fromLatin1( q->name() ), QLatin1String("OUTPUT") ) );
     if ( !q->messages().empty() )
         throw Exception( makeError( GPG_ERR_CONFLICT ),
-                         i18n( "%1 is an email mode command, "
-                               "connection seems to be in email mode (%1 present)",
+                         i18n( "%1 is a filemanager mode command, "
+                               "connection seems to be in email mode (%2 present)",
                                QString::fromLatin1( q->name() ), QLatin1String("MESSAGE") ) );
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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