mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
qt: fix PSBT/PSET change from 4839db857d
This commit is contained in:
parent
057237bd02
commit
adbd9f163a
1 changed files with 2 additions and 2 deletions
|
|
@ -323,9 +323,9 @@ void BitcoinGUI::createActions()
|
|||
signMessageAction->setStatusTip(tr("Sign messages with your %1 addresses to prove you own them").arg("Liquid"));
|
||||
verifyMessageAction = new QAction(tr("&Verify message..."), this);
|
||||
verifyMessageAction->setStatusTip(tr("Verify messages to ensure they were signed with specified %1 addresses").arg("Liquid"));
|
||||
m_load_psbt_action = new QAction(tr("&Load PSBT from file..."), this);
|
||||
m_load_psbt_action = new QAction(tr("&Load PSET from file..."), this);
|
||||
m_load_psbt_action->setStatusTip(tr("Load Partially Signed Elements Transaction"));
|
||||
m_load_psbt_clipboard_action = new QAction(tr("Load PSBT from clipboard..."), this);
|
||||
m_load_psbt_clipboard_action = new QAction(tr("Load PSET from clipboard..."), this);
|
||||
m_load_psbt_clipboard_action->setStatusTip(tr("Load Partially Signed Elements Transaction from clipboard"));
|
||||
|
||||
openRPCConsoleAction = new QAction(tr("Node window"), this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue