Explorar o código

i18n: Spelling unification

Spelling unification in Transifex.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Valdnet %!s(int64=3) %!d(string=hai) anos
pai
achega
ee950435c9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/gui/accountmanager.cpp

+ 1 - 1
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)."));