remove 2 ugly spaces from a string used in translations
authorPhilip Kaufmann <phil.kaufmann@t-online.de>
Tue, 8 May 2012 07:31:25 +0000 (09:31 +0200)
committerLuke Dashjr <luke-jr+git@utopios.org>
Tue, 15 May 2012 07:37:59 +0000 (07:37 +0000)
src/qt/optionsdialog.cpp

index e4b486a..bac0182 100644 (file)
@@ -214,7 +214,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);