mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-25 19:42:37 +02:00
[Qt] 2 minor translation changes
This commit is contained in:
parent
b26de9d951
commit
81bad8b386
@ -359,7 +359,7 @@ void BitcoinApplication::requestShutdown()
|
|||||||
QWidget *shutdownWindow = new QWidget();
|
QWidget *shutdownWindow = new QWidget();
|
||||||
QVBoxLayout *layout = new QVBoxLayout();
|
QVBoxLayout *layout = new QVBoxLayout();
|
||||||
layout->addWidget(new QLabel(
|
layout->addWidget(new QLabel(
|
||||||
tr("Bitcoin Core is shutting down...\n") +
|
tr("Bitcoin Core is shutting down...") + "<br /><br />" +
|
||||||
tr("Do not shut down the computer until this window disappears.")));
|
tr("Do not shut down the computer until this window disappears.")));
|
||||||
shutdownWindow->setLayout(layout);
|
shutdownWindow->setLayout(layout);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user