mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Change ambiguous text "Copy selected" to "Copy IP:port"
This commit is contained in:
parent
dbf744a179
commit
8a1d387c38
1 changed files with 2 additions and 2 deletions
|
@ -236,7 +236,7 @@ void PeerListWidget::showPeerListMenu(const QPoint&)
|
|||
QAction *banAct = 0;
|
||||
QAction *copyPeerAct = 0;
|
||||
if (!selectionModel()->selectedRows().isEmpty()) {
|
||||
copyPeerAct = menu.addAction(GuiIconProvider::instance()->getIcon("edit-copy"), tr("Copy selected"));
|
||||
copyPeerAct = menu.addAction(GuiIconProvider::instance()->getIcon("edit-copy"), tr("Copy IP:port"));
|
||||
menu.addSeparator();
|
||||
banAct = menu.addAction(GuiIconProvider::instance()->getIcon("user-group-delete"), tr("Ban peer permanently"));
|
||||
emptyMenu = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue