File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ void BitcoinApplication::requestShutdown()
359
359
QWidget *shutdownWindow = new QWidget ();
360
360
QVBoxLayout *layout = new QVBoxLayout ();
361
361
layout->addWidget (new QLabel (
362
- tr (" Bitcoin Core is shutting down...\n " ) +
362
+ tr (" Bitcoin Core is shutting down..." ) + " <br /><br /> " +
363
363
tr (" Do not shut down the computer until this window disappears." )));
364
364
shutdownWindow->setLayout (layout);
365
365
Original file line number Diff line number Diff line change 473
473
<item >
474
474
<widget class =" QLabel" name =" overriddenByCommandLineInfoLabel" >
475
475
<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 >
477
477
</property >
478
478
<property name =" textFormat" >
479
479
<enum >Qt::PlainText</enum >
You can’t perform that action at this time.
0 commit comments