[Qt] fix a translation that occurs 2 times but was a little different
This commit is contained in:
parent
50db7d9f09
commit
4709160b50
1 changed files with 1 additions and 1 deletions
|
@ -855,7 +855,7 @@
|
|||
<item>
|
||||
<widget class="QRadioButton" name="radioCustomPerKilobyte">
|
||||
<property name="toolTip">
|
||||
<string>If the custom fee is set to 1000 satoshis and the transaction is only 250 bytes, then "per kilobyte" only pays 250 satoshis in fee, while "at least" pays 1000 satoshis. For transactions bigger than a kilobyte both pay by kilobyte.</string>
|
||||
<string>If the custom fee is set to 1000 satoshis and the transaction is only 250 bytes, then "per kilobyte" only pays 250 satoshis in fee, while "total at least" pays 1000 satoshis. For transactions bigger than a kilobyte both pay by kilobyte.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>per kilobyte</string>
|
||||
|
|
Loading…
Reference in a new issue