@@ -617,11 +617,11 @@ void RPCConsole::setClientModel(ClientModel *model, int bestblock_height, int64_
617617 ui->peerWidget ->horizontalHeader ()->setStretchLastSection (true );
618618
619619 // 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 );
625625
626626 // create peer table context menu
627627 peersTableContextMenu = new QMenu (this );
@@ -658,7 +658,7 @@ void RPCConsole::setClientModel(ClientModel *model, int bestblock_height, int64_
658658 ui->banlistWidget ->horizontalHeader ()->setStretchLastSection (true );
659659
660660 // create ban table context menu action
661- QAction* unbanAction = new QAction (tr (" & Unban" ), this );
661+ QAction* unbanAction = new QAction (tr (" Unban" ), this );
662662
663663 // create ban table context menu
664664 banTableContextMenu = new QMenu (this );
0 commit comments