Skip to content

Commit 1aac144

Browse files
committed
Merge pull request #3538
81bad8b [Qt] 2 minor translation changes (Philip Kaufmann)
2 parents 6b5fbc9 + 81bad8b commit 1aac144

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/qt/bitcoin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ void BitcoinApplication::requestShutdown()
359359
QWidget *shutdownWindow = new QWidget();
360360
QVBoxLayout *layout = new QVBoxLayout();
361361
layout->addWidget(new QLabel(
362-
tr("Bitcoin Core is shutting down...\n") +
362+
tr("Bitcoin Core is shutting down...") + "<br /><br />" +
363363
tr("Do not shut down the computer until this window disappears.")));
364364
shutdownWindow->setLayout(layout);
365365

src/qt/forms/optionsdialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@
473473
<item>
474474
<widget class="QLabel" name="overriddenByCommandLineInfoLabel">
475475
<property name="text">
476-
<string>Active command-line options that override above options: </string>
476+
<string>Active command-line options that override above options:</string>
477477
</property>
478478
<property name="textFormat">
479479
<enum>Qt::PlainText</enum>

0 commit comments

Comments
 (0)