From: Philip Kaufmann Date: Tue, 8 May 2012 07:31:25 +0000 (+0200) Subject: remove 2 ugly spaces from a string used in translations X-Git-Tag: v0.4.0-unstable~129^2~1^2^2~2^2~6 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=7515f00aa36e5650aaca5db911e80536514678be remove 2 ugly spaces from a string used in translations --- diff --git a/src/qt/optionsdialog.cpp b/src/qt/optionsdialog.cpp index e4b486a..bac0182 100644 --- a/src/qt/optionsdialog.cpp +++ b/src/qt/optionsdialog.cpp @@ -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);