l10n: Remove space
authorValdnet <47037905+Valdnet@users.noreply.github.com>
Sat, 24 Dec 2022 11:56:08 +0000 (12:56 +0100)
committerGitHub <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

index 221f6e502ad2f6d871c1806c1c6280390716eb68..add45e0a94ad5924517ca24190134085d733a0a5 100644 (file)
@@ -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 {