diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-14 11:19:01 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-14 11:19:52 +0100 |
commit | b26de9d951d482d2604c145b6acca8ec2fca4831 (patch) | |
tree | 6d757fae133996590d7457d3e4b7d6fd2a4ab7c9 /src/qt | |
parent | 5bab55898d2b7ffd13f54a400311427f097948ab (diff) |
qt: Update remaining "The Bitcoin Core Developers"
Diffstat (limited to 'src/qt')
-rw-r--r-- | src/qt/aboutdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/aboutdialog.cpp b/src/qt/aboutdialog.cpp index 797ebf97ed..6581a19c18 100644 --- a/src/qt/aboutdialog.cpp +++ b/src/qt/aboutdialog.cpp @@ -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) |