Merge pull request #2582 from laanwj/2013_04_options_fee_recommendation

qt: remove fee recommendation in settings
This commit is contained in:
Wladimir J. van der Laan 2013-04-27 02:07:20 -07:00
commit baba312be0
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<item> <item>
<widget class="QLabel" name="transactionFeeInfoLabel"> <widget class="QLabel" name="transactionFeeInfoLabel">
<property name="text"> <property name="text">
<string>Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended.</string> <string>Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB.</string>
</property> </property>
<property name="textFormat"> <property name="textFormat">
<enum>Qt::PlainText</enum> <enum>Qt::PlainText</enum>