diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-03-16 09:05:30 +0100 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-03-16 09:05:30 +0100 |
commit | a3ca43bb32520fdc049bc2112a29a554188126cc (patch) | |
tree | 8831f2de14186ebcb1f71e23921cb50dfeaba8cd /src | |
parent | ce01e6226ce52b88c644b0cb89852278edbdf33b (diff) |
[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 ca2da6bf37..f13b0d9cf9 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> |