diff options
| author | Philip Kaufmann <[email protected]> | 2014-12-02 15:06:55 +0100 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2014-12-02 15:06:55 +0100 |
| commit | 4709160b506e09a14386adb24f08493108d2ba8c (patch) | |
| tree | 1facf1a6dd0572db5ed3aa17b2e67d22bd332b6c /src | |
| parent | [Qt] change some strings to reflect name change to Bitcoin Core (diff) | |
| download | discoin-4709160b506e09a14386adb24f08493108d2ba8c.tar.xz discoin-4709160b506e09a14386adb24f08493108d2ba8c.zip | |
[Qt] fix a translation that occurs 2 times but was a little different
Diffstat (limited to 'src')
| -rw-r--r-- | src/qt/forms/sendcoinsdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/forms/sendcoinsdialog.ui b/src/qt/forms/sendcoinsdialog.ui index 0bf04c75e..eebb45932 100644 --- a/src/qt/forms/sendcoinsdialog.ui +++ b/src/qt/forms/sendcoinsdialog.ui @@ -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> |