Add missing spaces

This commit is contained in:
Yuri Chornoivan 2015-03-25 19:46:29 +02:00
parent 08eaaf11e1
commit 0452839893

View file

@ -63,8 +63,8 @@ KdeConnectConfig::KdeConnectConfig()
if(!QCA::isSupported("rsa")) { if(!QCA::isSupported("rsa")) {
Daemon::instance()->reportError( Daemon::instance()->reportError(
i18n("KDE Connect failed to start"), i18n("KDE Connect failed to start"),
i18n("Could not find support for RSA in your QCA installation. If your" i18n("Could not find support for RSA in your QCA installation. If your "
"distribution provides separate packages for QCA-ossl and QCA-gnupg," "distribution provides separate packages for QCA-ossl and QCA-gnupg, "
"make sure you have them installed and try again.")); "make sure you have them installed and try again."));
return; return;
} }