Skip to content

Commit

Permalink
Update sendcoinsdialog.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Cinnicoin committed May 20, 2014
1 parent 6a6cbc4 commit 107ef1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/sendcoinsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ void SendCoinsDialog::coinControlChangeEdited(const QString & text)
else if (!CBitcoinAddress(text.toStdString()).IsValid())
{
ui->labelCoinControlChangeLabel->setStyleSheet("QLabel{color:red;}");
ui->labelCoinControlChangeLabel->setText(tr("WARNING: Invalid ZcCoin address"));
ui->labelCoinControlChangeLabel->setText(tr("WARNING: Invalid CinniCoin address"));
}
else
{
Expand Down

0 comments on commit 107ef1e

Please sign in to comment.