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

l10n: Remove space
This commit is contained in:
Claudio Cambra 2022-12-24 13:48:04 +01:00 committed by GitHub
commit 60515034c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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 {