From d526f9e0736c55bfcf1537e5df652f6d7bce556a Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 1 Jul 2020 10:03:25 +0200 Subject: [PATCH] Delete a space character Delete a space character before the line breaks --- src/libsync/encryptfolderjob.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsync/encryptfolderjob.cpp b/src/libsync/encryptfolderjob.cpp index 6d8bf5e9f..bbf8619ff 100644 --- a/src/libsync/encryptfolderjob.cpp +++ b/src/libsync/encryptfolderjob.cpp @@ -69,7 +69,7 @@ void EncryptFolderJob::slotLockForEncryptionSuccess(const QByteArray &fileId, co auto encryptedMetadata = emptyMetadata.encryptedMetadata(); if (encryptedMetadata.isEmpty()) { //TODO: Mark the folder as unencrypted as the metadata generation failed. - _errorString = tr("Could not generate the metadata for encryption, Unlocking the folder. \n" + _errorString = tr("Could not generate the metadata for encryption, Unlocking the folder.\n" "This can be an issue with your OpenSSL libraries."); emit finished(Error); return; -- 2.30.2