Rename "#" column to "Tier" in the tracker list

This commit is contained in:
thalieht 2019-03-09 17:29:23 +02:00
commit bcfa62cc76
2 changed files with 2 additions and 2 deletions

View file

@ -582,7 +582,7 @@ void TrackerListWidget::saveSettings() const
QStringList TrackerListWidget::headerLabels()
{
static const QStringList header {
"#"
tr("Tier")
, tr("URL")
, tr("Status")
, tr("Peers")