Updated window titles, fixed addressbook layout issues with Avatar & Nickname, spellings.

This commit is contained in:
Charles
2020-06-10 02:17:08 -04:00
parent 8a840d29c8
commit 65379b8c06
12 changed files with 295 additions and 232 deletions

View File

@@ -612,7 +612,7 @@ void MainWindow::removeWalletEncryptionStartUp() {
{
QMessageBox::information(this, tr("You have still Plaintextdata on your disk!"),
QMessageBox::information(this, tr("You still have plaintext data on your disk!"),
QString("WARNING: Delete it only if you have a backup of your Wallet Seed."),
QMessageBox::Ok
);