mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Revise label wordings
Such that action subject is truly unambiguous to the user.
This commit is contained in:
parent
6972962ee0
commit
245b2e6e27
1 changed files with 2 additions and 2 deletions
|
@ -827,11 +827,11 @@ void SearchWidget::showTabMenu(const int index)
|
||||||
if (auto *searchJobWidget = static_cast<SearchJobWidget *>(m_ui->tabWidget->widget(index));
|
if (auto *searchJobWidget = static_cast<SearchJobWidget *>(m_ui->tabWidget->widget(index));
|
||||||
searchJobWidget->status() != SearchJobWidget::Status::Ongoing)
|
searchJobWidget->status() != SearchJobWidget::Status::Ongoing)
|
||||||
{
|
{
|
||||||
menu->addAction(tr("Refresh"), this, [this, searchJobWidget] { refreshTab(searchJobWidget); });
|
menu->addAction(tr("Refresh tab"), this, [this, searchJobWidget] { refreshTab(searchJobWidget); });
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
menu->addAction(tr("Stop"), this, [searchJobWidget] { searchJobWidget->cancelSearch(); });
|
menu->addAction(tr("Stop search"), this, [searchJobWidget] { searchJobWidget->cancelSearch(); });
|
||||||
}
|
}
|
||||||
|
|
||||||
menu->addSeparator();
|
menu->addSeparator();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue