mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-29 23:41:11 +02:00
GUI: Use PACKAGE_NAME in modal overlay
This commit is contained in:
@@ -31,7 +31,7 @@ userClosed(false)
|
|||||||
setVisible(false);
|
setVisible(false);
|
||||||
if (!enable_wallet) {
|
if (!enable_wallet) {
|
||||||
ui->infoText->setVisible(false);
|
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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user