aboutsummaryrefslogtreecommitdiff
path: root/src/qt/optionsdialog.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-08 09:31:25 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-09 06:51:25 +0200
commit09570add5f23f0e8e6dfadf2ad9fbb01eb4200ea (patch)
tree5dbf98a853c612d3192cd010fc689ab93b095e95 /src/qt/optionsdialog.cpp
parent781fc2c8c0972764e61dafda6fa82b7fd2a198f2 (diff)
downloadbitcoin-09570add5f23f0e8e6dfadf2ad9fbb01eb4200ea.tar.xz
remove 2 ugly spaces from a string used in translations
Diffstat (limited to 'src/qt/optionsdialog.cpp')
-rw-r--r--src/qt/optionsdialog.cpp2
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);