From 33bdfe687f348a82a56666bf8ba1b9b0ff42d6c5 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 19 May 2021 11:43:12 +0200 Subject: [PATCH 1/2] l10n: Spelling unification Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- src/gui/accountsettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp index c14bf027a3e5d..bfec816a0ab95 100644 --- a/src/gui/accountsettings.cpp +++ b/src/gui/accountsettings.cpp @@ -84,7 +84,7 @@ bool showEnableE2eeWithVirtualFilesWarningDialog() e2eeWithVirtualFilesWarningMsgBox.setText(AccountSettings::tr("End-to-End Encryption with Virtual Files")); e2eeWithVirtualFilesWarningMsgBox.setInformativeText(AccountSettings::tr("You seem to have the Virtual Files feature enabled on this folder. At " " the moment, it is not possible to implicitly download virtual files that are " - "End-to-End encrypted. To get the best experience with Virtual Files and" + "end-to-end encrypted. To get the best experience with Virtual Files and" " End-to-End Encryption, make sure the encrypted folder is marked with" " \"Make always available locally\".")); e2eeWithVirtualFilesWarningMsgBox.setIcon(QMessageBox::Warning); From 3937595eef2864ada7251e0abebb9721defcd093 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 19 May 2021 11:46:02 +0200 Subject: [PATCH 2/2] l10n: Spelling unification Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- src/libsync/vfs/cfapi/vfs_cfapi.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libsync/vfs/cfapi/vfs_cfapi.cpp b/src/libsync/vfs/cfapi/vfs_cfapi.cpp index d7c6fdd866b8f..5dcbc89c5fbc4 100644 --- a/src/libsync/vfs/cfapi/vfs_cfapi.cpp +++ b/src/libsync/vfs/cfapi/vfs_cfapi.cpp @@ -325,9 +325,9 @@ void VfsCfApi::requestHydration(const QString &requestId, const QString &path) qCInfo(lcCfApi) << "Couldn't hydrate, the file is E2EE this is not supported"; QMessageBox e2eeFileDownloadRequestWarningMsgBox; - e2eeFileDownloadRequestWarningMsgBox.setText(tr("Download of End-to-End encrypted file failed")); + e2eeFileDownloadRequestWarningMsgBox.setText(tr("Download of end-to-end encrypted file failed")); e2eeFileDownloadRequestWarningMsgBox.setInformativeText(tr("It seems that you are trying to download a virtual file that" - " is End-to-End encrypted. Implicitly downloading such files is not" + " is end-to-end encrypted. Implicitly downloading such files is not" " supported at the moment. To workaround this issue, go to the" " settings and mark the encrypted folder with \"Make always available" " locally\"."));