GUI: Use PACKAGE_NAME in modal overlay

This commit is contained in:
Luke Dashjr 2020-01-14 18:14:10 +00:00
parent ceb789cf3a
commit 7f5db163a4

View file

@ -31,7 +31,7 @@ userClosed(false)
setVisible(false);
if (!enable_wallet) {
ui->infoText->setVisible(false);
ui->infoTextStrong->setText(tr("Bitcoin Core is currently syncing. It will download headers and blocks from peers and validate them until reaching the tip of the block chain."));
ui->infoTextStrong->setText(tr("%1 is currently syncing. It will download headers and blocks from peers and validate them until reaching the tip of the block chain.").arg(PACKAGE_NAME));
}
}