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()
326326 verifyMessageAction->setStatusTip (tr (" Verify messages to ensure they were signed with specified Bitcoin addresses" ));
327327 m_load_psbt_action = new QAction (tr (" &Load PSBT from file…" ), this );
328328 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 );
330330 m_load_psbt_clipboard_action->setStatusTip (tr (" Load Partially Signed Bitcoin Transaction from clipboard" ));
331331
332332 openRPCConsoleAction = new QAction (tr (" Node window" ), this );
@@ -483,7 +483,7 @@ void BitcoinGUI::createMenuBar()
483483
484484 QMenu* window_menu = appMenuBar->addMenu (tr (" &Window" ));
485485
486- QAction* minimize_action = window_menu->addAction (tr (" Minimize" ));
486+ QAction* minimize_action = window_menu->addAction (tr (" & Minimize" ));
487487 minimize_action->setShortcut (QKeySequence (Qt::CTRL + Qt::Key_M));
488488 connect (minimize_action, &QAction::triggered, [] {
489489 QApplication::activeWindow ()->showMinimized ();
You can’t perform that action at this time.
0 commit comments