diff options
| author | Luke Dashjr <[email protected]> | 2017-06-05 22:57:49 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2017-06-05 22:57:49 +0000 |
| commit | 77de9bbc57a76c52f6f30e6c336869f0540cf6bf (patch) | |
| tree | 6d6b5783e6208de8bc8f939c041156a0ddd29385 /src | |
| parent | Merge #9481 via remote-tracking branch 'jonas/2017/01/fee_warning' into 0.14.... (diff) | |
| parent | [trivial] Fix a typo (introduced two days ago) in the default fee warning (diff) | |
| download | discoin-77de9bbc57a76c52f6f30e6c336869f0540cf6bf.tar.xz discoin-77de9bbc57a76c52f6f30e6c336869f0540cf6bf.zip | |
Merge #10008 via branch 'fee_warning-0.14' into 0.14.2_fixes
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> |