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:
77bb54c
)
l10n: Remove space
author
Valdnet
<47037905+Valdnet@users.noreply.github.com>
Sat, 24 Dec 2022 11:56:08 +0000
(12:56 +0100)
committer
GitHub
<noreply@github.com>
Sat, 24 Dec 2022 11:56:08 +0000
(12:56 +0100)
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
src/gui/socketapi/socketapi.cpp
patch
|
blob
|
history
diff --git
a/src/gui/socketapi/socketapi.cpp
b/src/gui/socketapi/socketapi.cpp
index 221f6e502ad2f6d871c1806c1c6280390716eb68..add45e0a94ad5924517ca24190134085d733a0a5 100644
(file)
--- a/
src/gui/socketapi/socketapi.cpp
+++ b/
src/gui/socketapi/socketapi.cpp
@@
-547,7
+547,7
@@
void SocketApi::processEncryptRequest(const QString &localFile)
if (status == OCC::EncryptFolderJob::Error) {
const int ret = QMessageBox::critical(nullptr,
tr("Failed to encrypt folder"),
- tr("Could not encrypt the following folder: \"%1\".
\n\n"
+ tr("Could not encrypt the following folder: \"%1\".\n\n"
"Server replied with error: %2").arg(fileData.folderRelativePath, job->errorString()));
Q_UNUSED(ret)
} else {