aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2014-01-14 17:43:38 +0100
committerPhilip Kaufmann <[email protected]>2014-01-14 17:43:38 +0100
commit81bad8b3867ca7becf0ff3b524a714c5d781190e (patch)
treefffb1326e50557dc3117fe924da0238bb34d4630 /src/qt/bitcoin.cpp
parentqt: Update remaining "The Bitcoin Core Developers" (diff)
downloaddiscoin-81bad8b3867ca7becf0ff3b524a714c5d781190e.tar.xz
discoin-81bad8b3867ca7becf0ff3b524a714c5d781190e.zip
[Qt] 2 minor translation changes
Diffstat (limited to 'src/qt/bitcoin.cpp')
-rw-r--r--src/qt/bitcoin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp
index b8342b5a9..c215df5db 100644
--- a/src/qt/bitcoin.cpp
+++ b/src/qt/bitcoin.cpp
@@ -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);