Add missing spaces
This commit is contained in:
parent
08eaaf11e1
commit
0452839893
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@ KdeConnectConfig::KdeConnectConfig()
|
|||
if(!QCA::isSupported("rsa")) {
|
||||
Daemon::instance()->reportError(
|
||||
i18n("KDE Connect failed to start"),
|
||||
i18n("Could not find support for RSA in your QCA installation. If your"
|
||||
"distribution provides separate packages for QCA-ossl and QCA-gnupg,"
|
||||
i18n("Could not find support for RSA in your QCA installation. If your "
|
||||
"distribution provides separate packages for QCA-ossl and QCA-gnupg, "
|
||||
"make sure you have them installed and try again."));
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue