From: Valdnet <47037905+Valdnet@users.noreply.github.com>
Date: Mon, 27 Jun 2022 08:50:20 +0000 (+0200)
Subject: i18n: Fix for "end-to-end"
X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~15^2~133^2~1
X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5ad0dc004a1f7e43282c921f57cb0aeb73dbc2c1;p=nextcloud-desktop.git
i18n: Fix for "end-to-end"
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
---
diff --git a/src/libsync/clientsideencryption.cpp b/src/libsync/clientsideencryption.cpp
index 19659caa2..7a923e490 100644
--- a/src/libsync/clientsideencryption.cpp
+++ b/src/libsync/clientsideencryption.cpp
@@ -1238,7 +1238,7 @@ bool ClientSideEncryption::newMnemonicGenerated() const
}
void ClientSideEncryption::decryptPrivateKey(const AccountPtr &account, const QByteArray &key) {
- QString msg = tr("Please enter your end to end encryption passphrase:
"
+ QString msg = tr("Please enter your end-to-end encryption passphrase:
"
"
"
"Username: %2
"
"Account: %3
")