From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Fri, 5 Aug 2022 09:26:03 +0000 (+0200) Subject: i18n: Spelling unification X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~15^2~58^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ee950435c95df98c7e43c1ab5da1eb5db6a5001a;p=nextcloud-desktop.git i18n: Spelling unification Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- diff --git a/src/gui/accountmanager.cpp b/src/gui/accountmanager.cpp index 6a997fc3f..b2a90a39c 100644 --- a/src/gui/accountmanager.cpp +++ b/src/gui/accountmanager.cpp @@ -403,7 +403,7 @@ void AccountManager::displayMnemonic(const QString& mnemonic) auto *widget = new QDialog; Ui_Dialog ui; ui.setupUi(widget); - widget->setWindowTitle(tr("End-to-end encryption mnemonic")); + widget->setWindowTitle(tr("End-to-End encryption mnemonic")); ui.label->setText(tr("To protect your Cryptographic Identity, we encrypt it with a mnemonic of 12 dictionary words. " "Please note these down and keep them safe. " "They will be needed to add other devices to your account (like your mobile phone or laptop)."));