Skip to content

Commit

Permalink
Update copyright start year
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenroose committed Apr 1, 2020
1 parent f32e85c commit 83078a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/intro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Intro::Intro(QWidget *parent, uint64_t blockchain_size, uint64_t chain_state_siz
ui->lblExplanation1->setText(ui->lblExplanation1->text()
.arg(tr(PACKAGE_NAME))
.arg(m_blockchain_size)
.arg(2009)
.arg(2018)
.arg(tr("")) //ELEMENTS: left blank on purpose
);
ui->lblExplanation2->setText(ui->lblExplanation2->text().arg(tr(PACKAGE_NAME)));
Expand Down

0 comments on commit 83078a5

Please sign in to comment.