From c9bae27bf8b83c70e9a62828c7051d6fe4af62cc Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Sat, 24 Dec 2022 12:56:08 +0100 Subject: [PATCH] l10n: Remove space Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- src/gui/socketapi/socketapi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/socketapi/socketapi.cpp b/src/gui/socketapi/socketapi.cpp index 221f6e502ad2f..add45e0a94ad5 100644 --- 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 {