Cleaning up bitcoin from the UI

This commit is contained in:
Gaurav Chaturvedi 2014-04-13 02:01:38 +05:30
parent d02ef684c6
commit 61f7d15643

View file

@ -67,7 +67,7 @@ HelpMessageDialog::HelpMessageDialog(QWidget *parent) :
header = tr("Dogecoin Core") + " " + tr("version") + " " +
QString::fromStdString(FormatFullVersion()) + "\n\n" +
tr("Usage:") + "\n" +
" bitcoin-qt [" + tr("command-line options") + "] " + "\n";
" dogecoin-qt [" + tr("command-line options") + "] " + "\n";
coreOptions = QString::fromStdString(HelpMessage(HMM_BITCOIN_QT));