some more small re-branding changes (Bitcoin Core)

This commit is contained in:
Philip Kaufmann
2013-12-16 23:36:22 +01:00
parent 3743b80528
commit 46469d0f86
3 changed files with 4 additions and 4 deletions

View File

@@ -594,7 +594,7 @@ void restoreWindowGeometry(const QString& strSetting, const QSize& defaultSize,
HelpMessageBox::HelpMessageBox(QWidget *parent) :
QMessageBox(parent)
{
header = tr("Bitcoin Core") + tr("version") + " " +
header = tr("Bitcoin Core") + " " + tr("version") + " " +
QString::fromStdString(FormatFullVersion()) + "\n\n" +
tr("Usage:") + "\n" +
" bitcoin-qt [" + tr("command-line options") + "] " + "\n";