Skip to content

Commit f0579bf

Browse files
committed
Merge bitcoin#10974: Fix typo in sendcoinsdialog.
7f121a0 Fix typo in sendcoinsdialog. (Masahiko Hyuga) Pull request description: Tree-SHA512: 7b3ea344a8a432b6e3835b6870ccfaa197df43f812fea506259b644a44442e36ee39967eed246d9b4b5334528b63f41d7e8af9fd2267e51bcf7557ed652452e4
2 parents f66c596 + 7f121a0 commit f0579bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/qt/forms/sendcoinsdialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@
762762
<item>
763763
<widget class="QLabel" name="fallbackFeeWarningLabel">
764764
<property name="toolTip">
765-
<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>
765+
<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>
766766
</property>
767767
<property name="font">
768768
<font>

src/qt/locale/bitcoin_en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2674,7 +2674,7 @@
26742674
</message>
26752675
<message>
26762676
<location line="+24"/>
2677-
<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>
2677+
<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>
26782678
<translation type="unfinished"></translation>
26792679
</message>
26802680
<message>

0 commit comments

Comments
 (0)