Changed the message to 'Enable encryption...'

This commit is contained in:
Ivan Čukić 2019-05-14 21:54:43 +02:00
parent a8ac89c20c
commit 4f17366262

View file

@ -235,7 +235,7 @@ void AccountSettings::slotNewMnemonicGenerated()
{
ui->encryptionMessage->setText(tr("This account supports end-to-end encryption"));
QAction *mnemonic = new QAction(tr("Enable..."), this);
QAction *mnemonic = new QAction(tr("Enable encryption..."), this);
connect(mnemonic, &QAction::triggered, this, &AccountSettings::requesetMnemonic);
connect(mnemonic, &QAction::triggered, ui->encryptionMessage, &KMessageWidget::hide);