Browse Source

Merge pull request #3538

81bad8b [Qt] 2 minor translation changes (Philip Kaufmann)
0.10
Wladimir J. van der Laan 11 years ago
parent
commit
1aac1448de
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 2
      src/qt/bitcoin.cpp

2
src/qt/bitcoin.cpp

@ -359,7 +359,7 @@ void BitcoinApplication::requestShutdown() @@ -359,7 +359,7 @@ void BitcoinApplication::requestShutdown()
QWidget *shutdownWindow = new QWidget();
QVBoxLayout *layout = new QVBoxLayout();
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.")));
shutdownWindow->setLayout(layout);

Loading…
Cancel
Save