Rename label in search widget

This commit is contained in:
Chocobo1 2019-06-26 10:52:13 +08:00
parent 3d6041ebbd
commit 26ff9150a2
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
2 changed files with 2 additions and 2 deletions

View File

@ -382,7 +382,7 @@ void SearchJobWidget::contextMenuEvent(QContextMenuEvent *event)
menu->addSeparator();
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);
const QAction *copyDescriptionAction = menu->addAction(

View File

@ -129,7 +129,7 @@ Click the "Search plugins..." button at the bottom right of the window
<bool>false</bool>
</property>
<property name="text">
<string>Go to description page</string>
<string>Open description page</string>
</property>
</widget>
</item>