mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-13 01:57:07 -07:00
Rename "#" column to "Tier" in the tracker list
This commit is contained in:
parent
cccaca0c01
commit
bcfa62cc76
2 changed files with 2 additions and 2 deletions
|
@ -582,7 +582,7 @@ void TrackerListWidget::saveSettings() const
|
|||
QStringList TrackerListWidget::headerLabels()
|
||||
{
|
||||
static const QStringList header {
|
||||
"#"
|
||||
tr("Tier")
|
||||
, tr("URL")
|
||||
, tr("Status")
|
||||
, tr("Peers")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue