diff options
| author | Jonas Schnelli <[email protected]> | 2017-03-16 10:35:45 +0100 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2017-03-16 10:36:02 +0100 |
| commit | d42729a8fbb60510322d2d80ef5fa302189318c8 (patch) | |
| tree | 8831f2de14186ebcb1f71e23921cb50dfeaba8cd /src | |
| parent | Merge #9481: [Qt] Show more significant warning if we fall back to the defaul... (diff) | |
| parent | [trivial] Fix a typo (introduced two days ago) in the default fee warning (diff) | |
| download | discoin-d42729a8fbb60510322d2d80ef5fa302189318c8.tar.xz discoin-d42729a8fbb60510322d2d80ef5fa302189318c8.zip | |
Merge #10008: [trivial] Fix a typo (introduced two days ago) in the default fee warning
a3ca43b [trivial] Fix a typo (introduced two days ago) in the default fee warning (practicalswift)
Tree-SHA512: b88bb45cb0cbe7f0b0c1dd5d573dad36f3915b1ddde58c9b29806544c832c4a2c0a7994080a57682684f1dea0a02d5367aed8ccbee331dbc40c45948392e0f3d
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> |