Skip to content

Commit

Permalink
[Qt] 2 minor translation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Kaufmann committed Jan 14, 2014
1 parent b26de9d commit 81bad8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/qt/bitcoin.cpp
Expand Up @@ -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);

Expand Down
2 changes: 1 addition & 1 deletion src/qt/forms/optionsdialog.ui
Expand Up @@ -473,7 +473,7 @@
<item>
<widget class="QLabel" name="overriddenByCommandLineInfoLabel">
<property name="text">
<string>Active command-line options that override above options: </string>
<string>Active command-line options that override above options:</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
Expand Down

0 comments on commit 81bad8b

Please sign in to comment.