Skip to content

Commit 7f5db16

Browse files
committed
GUI: Use PACKAGE_NAME in modal overlay
1 parent ceb789c commit 7f5db16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/modaloverlay.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ userClosed(false)
3131
setVisible(false);
3232
if (!enable_wallet) {
3333
ui->infoText->setVisible(false);
34-
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."));
34+
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));
3535
}
3636
}
3737

0 commit comments

Comments
 (0)