Procházet zdrojové kódy

l10n: Remove space

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Valdnet před 3 roky
rodič
revize
c9bae27bf8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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) {
         if (status == OCC::EncryptFolderJob::Error) {
             const int ret = QMessageBox::critical(nullptr,
             const int ret = QMessageBox::critical(nullptr,
                                                   tr("Failed to encrypt folder"),
                                                   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()));
                                                      "Server replied with error: %2").arg(fileData.folderRelativePath, job->errorString()));
             Q_UNUSED(ret)
             Q_UNUSED(ret)
         } else {
         } else {