mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-27 11:43:26 -03:00
Merge pull request #1221 from Diapolo/optionsdialog
remove 2 ugly spaces from a string used in translations
This commit is contained in:
commit
6bdb06a7b1
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ MainOptionsPage::MainOptionsPage(QWidget *parent):
|
||||||
proxy_hbox->addStretch(1);
|
proxy_hbox->addStretch(1);
|
||||||
|
|
||||||
layout->addLayout(proxy_hbox);
|
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);
|
fee_help->setWordWrap(true);
|
||||||
layout->addWidget(fee_help);
|
layout->addWidget(fee_help);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue