Skip to content

Commit

Permalink
l10n: Spelling unification
Browse files Browse the repository at this point in the history
Spelling unification in Transifex.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
  • Loading branch information
Valdnet authored May 19, 2021
1 parent 6385e00 commit 642b1ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libsync/vfs/cfapi/vfs_cfapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,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\"."));
Expand Down

0 comments on commit 642b1ef

Please sign in to comment.