@@ -617,11 +617,11 @@ void RPCConsole::setClientModel(ClientModel *model, int bestblock_height, int64_
617
617
ui->peerWidget ->horizontalHeader ()->setStretchLastSection (true );
618
618
619
619
// create peer table context menu actions
620
- QAction* disconnectAction = new QAction (tr (" & Disconnect" ), this );
621
- QAction* banAction1h = new QAction (ts.ban_for + " " + tr (" 1 & hour" ), this );
622
- QAction* banAction24h = new QAction (ts.ban_for + " " + tr (" 1 & day" ), this );
623
- QAction* banAction7d = new QAction (ts.ban_for + " " + tr (" 1 & week" ), this );
624
- QAction* banAction365d = new QAction (ts.ban_for + " " + tr (" 1 & year" ), this );
620
+ QAction* disconnectAction = new QAction (tr (" Disconnect" ), this );
621
+ QAction* banAction1h = new QAction (ts.ban_for + " " + tr (" 1 hour" ), this );
622
+ QAction* banAction24h = new QAction (ts.ban_for + " " + tr (" 1 day" ), this );
623
+ QAction* banAction7d = new QAction (ts.ban_for + " " + tr (" 1 week" ), this );
624
+ QAction* banAction365d = new QAction (ts.ban_for + " " + tr (" 1 year" ), this );
625
625
626
626
// create peer table context menu
627
627
peersTableContextMenu = new QMenu (this );
@@ -658,7 +658,7 @@ void RPCConsole::setClientModel(ClientModel *model, int bestblock_height, int64_
658
658
ui->banlistWidget ->horizontalHeader ()->setStretchLastSection (true );
659
659
660
660
// create ban table context menu action
661
- QAction* unbanAction = new QAction (tr (" & Unban" ), this );
661
+ QAction* unbanAction = new QAction (tr (" Unban" ), this );
662
662
663
663
// create ban table context menu
664
664
banTableContextMenu = new QMenu (this );
0 commit comments