Skip to content

Commit

Permalink
address book cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Jan 1, 2018
1 parent 141fbe7 commit 51584d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/editaddressdialog.cpp
Expand Up @@ -109,7 +109,7 @@ void EditAddressDialog::accept()
break;
case AddressTableModel::INVALID_ADDRESS:
QMessageBox::warning(this, windowTitle(),
tr("The entered address \"%1\" is not a valid Fantom address.").arg(ui->addressEdit->text()),
tr("The entered address \"%1\" is not a valid Verge address.").arg(ui->addressEdit->text()),
QMessageBox::Ok, QMessageBox::Ok);
break;
case AddressTableModel::DUPLICATE_ADDRESS:
Expand Down

0 comments on commit 51584d2

Please sign in to comment.