diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-08 09:31:25 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-09 06:51:25 +0200 |
commit | 09570add5f23f0e8e6dfadf2ad9fbb01eb4200ea (patch) | |
tree | 5dbf98a853c612d3192cd010fc689ab93b095e95 | |
parent | 781fc2c8c0972764e61dafda6fa82b7fd2a198f2 (diff) |
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 416880d462..0c43647b10 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); |