projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e28708b
)
Delete a space character
author
Valdnet
<47037905+Valdnet@users.noreply.github.com>
Wed, 1 Jul 2020 08:03:25 +0000
(10:03 +0200)
committer
Kevin 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
patch
|
blob
|
history
diff --git
a/src/libsync/encryptfolderjob.cpp
b/src/libsync/encryptfolderjob.cpp
index 6d8bf5e9fc30c2aec7afacd4777729b9765f7acd..bbf8619ffc323c9e2a3d31859b0554a62607f478 100644
(file)
--- 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;