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 @@ -329,7 +329,7 @@ void BitcoinGUI::createActions()
329
329
verifyMessageAction->setStatusTip (tr (" Verify messages to ensure they were signed with specified Bitcoin addresses" ));
330
330
m_load_psbt_action = new QAction (tr (" &Load PSBT from file…" ), this );
331
331
m_load_psbt_action->setStatusTip (tr (" Load Partially Signed Bitcoin Transaction" ));
332
- m_load_psbt_clipboard_action = new QAction (tr (" Load PSBT from clipboard…" ), this );
332
+ m_load_psbt_clipboard_action = new QAction (tr (" Load PSBT from & clipboard…" ), this );
333
333
m_load_psbt_clipboard_action->setStatusTip (tr (" Load Partially Signed Bitcoin Transaction from clipboard" ));
334
334
335
335
openRPCConsoleAction = new QAction (tr (" Node window" ), this );
@@ -486,7 +486,7 @@ void BitcoinGUI::createMenuBar()
486
486
487
487
QMenu* window_menu = appMenuBar->addMenu (tr (" &Window" ));
488
488
489
- QAction* minimize_action = window_menu->addAction (tr (" Minimize" ));
489
+ QAction* minimize_action = window_menu->addAction (tr (" & Minimize" ));
490
490
minimize_action->setShortcut (QKeySequence (Qt::CTRL + Qt::Key_M));
491
491
connect (minimize_action, &QAction::triggered, [] {
492
492
QApplication::activeWindow ()->showMinimized ();
You can’t perform that action at this time.
0 commit comments