File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ void BitcoinGUI::createActions()
326
326
verifyMessageAction->setStatusTip (tr (" Verify messages to ensure they were signed with specified Bitcoin addresses" ));
327
327
m_load_psbt_action = new QAction (tr (" &Load PSBT from file…" ), this );
328
328
m_load_psbt_action->setStatusTip (tr (" Load Partially Signed Bitcoin Transaction" ));
329
- m_load_psbt_clipboard_action = new QAction (tr (" Load PSBT from clipboard…" ), this );
329
+ m_load_psbt_clipboard_action = new QAction (tr (" Load PSBT from & clipboard…" ), this );
330
330
m_load_psbt_clipboard_action->setStatusTip (tr (" Load Partially Signed Bitcoin Transaction from clipboard" ));
331
331
332
332
openRPCConsoleAction = new QAction (tr (" Node window" ), this );
@@ -483,7 +483,7 @@ void BitcoinGUI::createMenuBar()
483
483
484
484
QMenu* window_menu = appMenuBar->addMenu (tr (" &Window" ));
485
485
486
- QAction* minimize_action = window_menu->addAction (tr (" Minimize" ));
486
+ QAction* minimize_action = window_menu->addAction (tr (" & Minimize" ));
487
487
minimize_action->setShortcut (QKeySequence (Qt::CTRL + Qt::Key_M));
488
488
connect (minimize_action, &QAction::triggered, [] {
489
489
QApplication::activeWindow ()->showMinimized ();
You can’t perform that action at this time.
0 commit comments