diff options
| author | practicalswift <[email protected]> | 2017-03-16 09:05:30 +0100 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2017-06-03 21:19:05 +0000 |
| commit | ef810c4cd440dec00a651b944d74ed4ae85603c2 (patch) | |
| tree | 722da5afbf2de3beb4c14435a92be95af978b6f7 | |
| parent | Qt/Send: Give fallback fee a reasonable indent (diff) | |
| download | discoin-ef810c4cd440dec00a651b944d74ed4ae85603c2.tar.xz discoin-ef810c4cd440dec00a651b944d74ed4ae85603c2.zip | |
[trivial] Fix a typo (introduced two days ago) in the default fee warning
Github-Pull: #10008
Rebased-From: a3ca43bb32520fdc049bc2112a29a554188126cc
| -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> |