Skip to content

Commit

Permalink
another case of a rebrand
Browse files Browse the repository at this point in the history
  • Loading branch information
peerchemist authored and backpacker69 committed Mar 4, 2019
1 parent 77fa022 commit 6fe4d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/utilitydialog.cpp
Expand Up @@ -70,7 +70,7 @@ HelpMessageDialog::HelpMessageDialog(QWidget *parent, bool about) :
} else {
setWindowTitle(tr("Command-line options"));
QString header = tr("Usage:") + "\n" +
" bitcoin-qt [" + tr("command-line options") + "] " + "\n";
" peercoin-qt [" + tr("command-line options") + "] " + "\n";
QTextCursor cursor(ui->helpMessage->document());
cursor.insertText(version);
cursor.insertBlock();
Expand Down

0 comments on commit 6fe4d80

Please sign in to comment.