From 6c0cd4bd3a5faf70d5f737d2a783d2388f7cff46 Mon Sep 17 00:00:00 2001 From: rakekniven Date: Sat, 17 Nov 2018 11:36:16 +0100 Subject: [PATCH] Fixed typo Reported at Transifex. Signed-off-by: Mark Ziegler --- src/gui/accountmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/accountmanager.cpp b/src/gui/accountmanager.cpp index f6b8b63d7f084..8824ac7c7d0e8 100644 --- a/src/gui/accountmanager.cpp +++ b/src/gui/accountmanager.cpp @@ -354,7 +354,7 @@ void AccountManager::displayMnemonic(const QString& mnemonic) Ui_Dialog ui; ui.setupUi(widget); widget->setWindowTitle(tr("End to end encryption mnemonic")); - ui.label->setText(tr("To protect your Cryptocraphic Identity, we encrypt it with a mnemonic of 12 dictionary words. " + 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).")); ui.textEdit->setText(mnemonic);