Delete a space character
authorValdnet <47037905+Valdnet@users.noreply.github.com>
Wed, 1 Jul 2020 08:03:25 +0000 (10:03 +0200)
committerKevin Ottens <ervin@ipsquad.net>
Wed, 1 Jul 2020 12:10:49 +0000 (14:10 +0200)
Delete a space character before the line breaks

src/libsync/encryptfolderjob.cpp

index 6d8bf5e9fc30c2aec7afacd4777729b9765f7acd..bbf8619ffc323c9e2a3d31859b0554a62607f478 100644 (file)
@@ -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;