Browse Source

[Qt] fix a translation that occurs 2 times but was a little different

0.13
Philip Kaufmann 10 years ago
parent
commit
4709160b50
  1. 2
      src/qt/forms/sendcoinsdialog.ui

2
src/qt/forms/sendcoinsdialog.ui

@ -855,7 +855,7 @@ @@ -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 &quot;per kilobyte&quot; only pays 250 satoshis in fee, while &quot;at least&quot; 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 &quot;per kilobyte&quot; only pays 250 satoshis in fee, while &quot;total at least&quot; pays 1000 satoshis. For transactions bigger than a kilobyte both pay by kilobyte.</string>
</property>
<property name="text">
<string>per kilobyte</string>

Loading…
Cancel
Save