Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Cinnicoin/CinniCoin
Browse files Browse the repository at this point in the history
  • Loading branch information
liberty-project committed May 19, 2014
2 parents a35b6e7 + cdfac2a commit e4aaa62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qt/sendcoinsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ SendCoinsDialog::SendCoinsDialog(QWidget *parent) :

#if QT_VERSION >= 0x040700
/* Do not move this to the XML file, Qt before 4.7 will choke on it */
ui->lineEditCoinControlChange->setPlaceholderText(tr("Enter a YbCoin address (e.g. YMvigJMT42fPWQ4MG5q4fYCsRttKGCoFB1)"));
ui->lineEditCoinControlChange->setPlaceholderText(tr("Enter a CinniCoin address (e.g. JMvigJMT42fPWQ4MG5q4fYCsRttKGCoFB1)"));
#endif

addEntry();
Expand Down Expand Up @@ -512,4 +512,4 @@ void SendCoinsDialog::coinControlUpdateLabels()
ui->widgetCoinControl->hide();
ui->labelCoinControlInsuffFunds->hide();
}
}
}

0 comments on commit e4aaa62

Please sign in to comment.