qt: Update remaining "The Bitcoin Core Developers"

This commit is contained in:
Wladimir J. van der Laan
2014-01-14 11:19:01 +01:00
parent 5bab55898d
commit b26de9d951
5 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ AboutDialog::AboutDialog(QWidget *parent) :
ui->setupUi(this);
// Set current copyright year
ui->copyrightLabel->setText(tr("Copyright") + QString(" © 2009-%1 ").arg(COPYRIGHT_YEAR) + tr("The Bitcoin developers"));
ui->copyrightLabel->setText(tr("Copyright") + QString(" © 2009-%1 ").arg(COPYRIGHT_YEAR) + tr("The Bitcoin Core developers"));
}
void AboutDialog::setModel(ClientModel *model)