diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-05-08 22:44:04 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-05-08 22:44:04 -0700 |
| commit | 6bdb06a7b1d07a0b8ce7f1977cb1511e37dfe0b6 (patch) | |
| tree | 5dbf98a853c612d3192cd010fc689ab93b095e95 | |
| parent | Revert part of 1302257e: don't update CXXFLAGS, only xCXXFLAGS (diff) | |
| parent | remove 2 ugly spaces from a string used in translations (diff) | |
| download | discoin-6bdb06a7b1d07a0b8ce7f1977cb1511e37dfe0b6.tar.xz discoin-6bdb06a7b1d07a0b8ce7f1977cb1511e37dfe0b6.zip | |
Merge pull request #1221 from Diapolo/optionsdialog
remove 2 ugly spaces from a string used in translations
| -rw-r--r-- | src/qt/optionsdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/optionsdialog.cpp b/src/qt/optionsdialog.cpp index 416880d46..0c43647b1 100644 --- a/src/qt/optionsdialog.cpp +++ b/src/qt/optionsdialog.cpp @@ -213,7 +213,7 @@ MainOptionsPage::MainOptionsPage(QWidget *parent): proxy_hbox->addStretch(1); layout->addLayout(proxy_hbox); - QLabel *fee_help = new QLabel(tr("Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended.")); + QLabel *fee_help = new QLabel(tr("Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended.")); fee_help->setWordWrap(true); layout->addWidget(fee_help); |