Merge pull request #9995 from cloudclaim/master
chore: fix some minor issues in the comments
This commit is contained in:
@@ -117,7 +117,7 @@ MSG_CONNECTMODE_ONESERVER = _('Connect only to a single server')
|
||||
|
||||
MSG_CONNECTMODE_SERVER_HELP = _(
|
||||
"Electrum connects to a unique server in order to receive your transaction history. "
|
||||
"This server will learn your wallet adddresses."
|
||||
"This server will learn your wallet addresses."
|
||||
)
|
||||
MSG_CONNECTMODE_NODES_HELP = _(
|
||||
"In addition to your history server, Electrum will try to maintain connections with ~10 extra servers, in order to download block headers and find out the longest blockchain. "
|
||||
|
||||
@@ -131,7 +131,7 @@ ElDialog {
|
||||
})
|
||||
confirmdialog.open()
|
||||
} else {
|
||||
// show error that amnt > 200k is neccessary to get zeroconf channel
|
||||
// show error that amnt > 200k is necessary to get zeroconf channel
|
||||
var confirmdialog = app.messageDialog.createObject(dialog, {
|
||||
title: qsTr("Amount too low"),
|
||||
text: [qsTr("You don't have channels with enough inbound liquidity to receive this payment."),
|
||||
|
||||
@@ -515,7 +515,7 @@ class Plugin(TimelockRecoveryPlugin):
|
||||
line_number += 1
|
||||
|
||||
grid.setRowStretch(line_number, 1)
|
||||
# Create butttons
|
||||
# Create buttons
|
||||
recovery_menu = QMenu()
|
||||
action = QAction('Save as PDF', recovery_menu)
|
||||
action.triggered.connect(partial(self._save_recovery_plan_pdf, context, download_dialog))
|
||||
|
||||
Reference in New Issue
Block a user