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

@ -858,8 +858,8 @@ bool AppInit2(boost::thread_group& threadGroup, bool fForceServer)
}
}
// as LoadBlockIndex can take several minutes, it's possible the user
// requested to kill bitcoin-qt during the last operation. If so, exit.
// As LoadBlockIndex can take several minutes, it's possible the user
// requested to kill the GUI during the last operation. If so, exit.
// As the program has not fully started yet, Shutdown() is possibly overkill.
if (fRequestShutdown)
{

View file

@ -36,7 +36,7 @@
</font>
</property>
<property name="text">
<string>Bitcoin Core</string>
<string>General</string>
</property>
</widget>
</item>

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";