diff options
| author | practicalswift <[email protected]> | 2017-03-16 09:05:30 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-03-16 09:05:30 +0100 |
| commit | a3ca43bb32520fdc049bc2112a29a554188126cc (patch) | |
| tree | 8831f2de14186ebcb1f71e23921cb50dfeaba8cd /src | |
| parent | Merge #9481: [Qt] Show more significant warning if we fall back to the defaul... (diff) | |
| download | discoin-a3ca43bb32520fdc049bc2112a29a554188126cc.tar.xz discoin-a3ca43bb32520fdc049bc2112a29a554188126cc.zip | |
[trivial] Fix a typo (introduced two days ago) in the default fee warning
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 ca2da6bf3..f13b0d9cf 100644 --- a/src/qt/forms/sendcoinsdialog.ui +++ b/src/qt/forms/sendcoinsdialog.ui @@ -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 serval 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 your have validated the complete chain.</string> </property> <property name="font"> <font> |