mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Rename label in search widget
This commit is contained in:
parent
3d6041ebbd
commit
26ff9150a2
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue