mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-06 15:04:34 +08:00
Rename label in search widget
This commit is contained in:
parent
3d6041ebbd
commit
26ff9150a2
@ -382,7 +382,7 @@ void SearchJobWidget::contextMenuEvent(QContextMenuEvent *event)
|
|||||||
menu->addSeparator();
|
menu->addSeparator();
|
||||||
|
|
||||||
const QAction *openDescriptionAction = menu->addAction(
|
const QAction *openDescriptionAction = menu->addAction(
|
||||||
GuiIconProvider::instance()->getIcon("application-x-mswinurl"), tr("Go to description page"));
|
GuiIconProvider::instance()->getIcon("application-x-mswinurl"), tr("Open description page"));
|
||||||
connect(openDescriptionAction, &QAction::triggered, this, &SearchJobWidget::openTorrentPages);
|
connect(openDescriptionAction, &QAction::triggered, this, &SearchJobWidget::openTorrentPages);
|
||||||
|
|
||||||
const QAction *copyDescriptionAction = menu->addAction(
|
const QAction *copyDescriptionAction = menu->addAction(
|
||||||
|
@ -129,7 +129,7 @@ Click the "Search plugins..." button at the bottom right of the window
|
|||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Go to description page</string>
|
<string>Open description page</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user