1
0

Merge pull request #9995 from cloudclaim/master

chore: fix some minor issues in the comments
This commit is contained in:
ghost43
2025-06-29 14:06:26 +00:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -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. "

View File

@@ -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."),

View File

@@ -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))