Browse Source

Fix typo in sendcoinsdialog.

0.15
Masahiko Hyuga 7 years ago
parent
commit
7f121a079b
  1. 2
      src/qt/forms/sendcoinsdialog.ui
  2. 2
      src/qt/locale/bitcoin_en.ts

2
src/qt/forms/sendcoinsdialog.ui

@ -762,7 +762,7 @@ @@ -762,7 +762,7 @@
<item>
<widget class="QLabel" name="fallbackFeeWarningLabel">
<property name="toolTip">
<string>Using the fallbackfee can result in sending a transaction that will take several hours or days (or never) to confirm. Consider choosing your fee manually or wait until your have validated the complete chain.</string>
<string>Using the fallbackfee can result in sending a transaction that will take several hours or days (or never) to confirm. Consider choosing your fee manually or wait until you have validated the complete chain.</string>
</property>
<property name="font">
<font>

2
src/qt/locale/bitcoin_en.ts

@ -2674,7 +2674,7 @@ @@ -2674,7 +2674,7 @@
</message>
<message>
<location line="+24"/>
<source>Using the fallbackfee can result in sending a transaction that will take several hours or days (or never) to confirm. Consider choosing your fee manually or wait until your have validated the complete chain.</source>
<source>Using the fallbackfee can result in sending a transaction that will take several hours or days (or never) to confirm. Consider choosing your fee manually or wait until you have validated the complete chain.</source>
<translation type="unfinished"></translation>
</message>
<message>

Loading…
Cancel
Save