Pārlūkot izejas kodu

l10n: Remove space

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Valdnet 3 gadi atpakaļ
vecāks
revīzija
c9bae27bf8
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/gui/socketapi/socketapi.cpp

+ 1 - 1
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 {