Explorar o código

Merge pull request #5297 from nextcloud/Valdnet-patch-4

l10n: Remove space
Claudio Cambra %!s(int64=3) %!d(string=hai) anos
pai
achega
60515034c5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {