Skip to content

Commit 7f121a0

Browse files
author
Masahiko Hyuga
committed
Fix typo in sendcoinsdialog.
1 parent f66c596 commit 7f121a0

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)