diff options
| author | Philip Kaufmann <[email protected]> | 2014-01-14 17:43:38 +0100 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2014-01-14 17:43:38 +0100 |
| commit | 81bad8b3867ca7becf0ff3b524a714c5d781190e (patch) | |
| tree | fffb1326e50557dc3117fe924da0238bb34d4630 /src | |
| parent | qt: Update remaining "The Bitcoin Core Developers" (diff) | |
| download | discoin-81bad8b3867ca7becf0ff3b524a714c5d781190e.tar.xz discoin-81bad8b3867ca7becf0ff3b524a714c5d781190e.zip | |
[Qt] 2 minor translation changes
Diffstat (limited to 'src')
| -rw-r--r-- | src/qt/bitcoin.cpp | 2 | ||||
| -rw-r--r-- | src/qt/forms/optionsdialog.ui | 2 |
2 files changed, 2 insertions, 2 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); diff --git a/src/qt/forms/optionsdialog.ui b/src/qt/forms/optionsdialog.ui index 9056ab769..e0d99aac3 100644 --- a/src/qt/forms/optionsdialog.ui +++ b/src/qt/forms/optionsdialog.ui @@ -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> |