From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Sat, 24 Dec 2022 11:56:08 +0000 (+0100) Subject: l10n: Remove space X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~11^2~50^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c9bae27bf8b83c70e9a62828c7051d6fe4af62cc;p=nextcloud-desktop.git l10n: Remove space Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- diff --git a/src/gui/socketapi/socketapi.cpp b/src/gui/socketapi/socketapi.cpp index 221f6e502..add45e0a9 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 {