Merged revisions 910070 via svnmerge from

svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim

........
  r910070 | tmcguire | 2009-01-12 17:31:57 +0100 (Mon, 12 Jan 2009) | 1 line
  
  deprecated--
........

svn path=/trunk/KDE/kdepim/; revision=915283
wilder-work
Thomas McGuire 17 years ago
parent c5ef3ff7e5
commit d3273ba008
  1. 3
      keyresolver.cpp

@ -1575,7 +1575,8 @@ std::vector<GpgME::Key> Kleo::KeyResolver::getEncryptionKeys( const QString & pe
"Select the key(s) which should "
"be used for this recipient. If there is no suitable key in the list "
"you can also <a href=\"%2\">search for external keys</a>.</qt>",
Qt::escape(person), KUrl::encode_string( KPIMUtils::extractEmailAddress(person) ) )
Qt::escape( person ),
QLatin1String( QUrl::toPercentEncoding( KPIMUtils::extractEmailAddress( person) ) ) )
: i18nc("if in your language something like "
"'key(s)' is not possible please "
"use the plural in the translation",

Loading…
Cancel
Save